Ana içeriğe atla

Endpoints

CRUD Operations

Connection Types

Each connection type has its own documentation page with complete examples:

Authentication

All endpoints require authentication using a Personal API Access Token.

Permissions

GET Operations (List/Get Connection)

  • User must have CONNECTIONS + 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 Connection)

  • User must have CONNECTIONS + MANAGE permission in the project

Permission Requirements

OperationRequired Permission
List/Get ConnectionCONNECTIONS + VIEW (or any permission if category doesn’t exist)
Create/Update/Delete ConnectionCONNECTIONS + MANAGE

Secret Fields

  • List Operations: Secret fields (passwords, API keys, etc.) are masked and returned as null
  • Get Single Connection: Secret fields are returned in full
  • Security: Never commit connection configurations with secrets to version control