Integrations
List Integrations
GET
/api/v1/integrationsAuthorization
BearerAuth AuthorizationBearer <token>
In: header
Query Parameters
integration_type?|
Filter by integration type (ai_provider, telephony, calendar, server_credential)
page?Page
Page number
Range
1 <= valueDefault
1size?Size
Page size
Range
1 <= value <= 100Default
50Response Body
application/json
application/json
curl -X GET "https://example.com/api/v1/integrations"{ "items": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "type": "ai_provider" } ], "total": 0, "page": 1, "size": 1, "pages": 0}