List connections
get
/v1/connections

List all connections of the authenticated user.

🔐 Authentication
X-TOKEN Token generated for a UI session
Header parameter: X-TOKEN
📤 Request

integration
string

Filter for connections of a specific integration.

Example: aws_s3
webhook
string
Enum:
  • true
  • false

Filter for connections with or without a registered webhook.

Example: true
📥 Response
200 Success
Content Type:
401 Unauthorized Error
Content Type:
422 Unprocessable Entity
Content Type:
500 Internal Server Error
Content Type:
Response Examples