Ana içeriğe atla

Endpoints

CRUD Operations

API Proxy Management

Deployment

Authentication

All endpoints require authentication using a Personal API Access Token.

Permissions

GET Operations (List API Proxy Groups, List Environments)

  • User must have API_MANAGEMENT + VIEW permission in the project
  • If the asset category does not exist, user must have at least one permission in the project

POST/PUT/DELETE Operations (Create/Update/Delete API Proxy Group, Add/Remove API Proxies)

  • User must have API_MANAGEMENT + MANAGE permission in the project
  • For deployment operations, user must also have API_MANAGEMENT + DEPLOY_UNDEPLOY permission

Permission Requirements

OperationRequired Permission
List API Proxy Groups, List EnvironmentsAPI_MANAGEMENT + VIEW (or any permission if category doesn’t exist)
Create/Update/Delete API Proxy GroupAPI_MANAGEMENT + MANAGE
Add/Remove API Proxy to/from GroupAPI_MANAGEMENT + MANAGE
Deploy/Undeploy API Proxy GroupAPI_MANAGEMENT + DEPLOY_UNDEPLOY