List Connectors
REST API - Connectors
List Connectors
Retrieve a paginated list of available connectors with their connections
GET
List Connectors
Retrieve a paginated list of available connectors for your organization. Each connector represents an integration (e.g., Slack, GitHub, Jira) and includes its active connections.
Query Parameters
Page number (starting from 1)
Items per page (maximum 50)
Response
Array of connector objects
Total number of connectors
Current page number
Items per page
Total pages available
Example Request
Notes
- Personal connections are filtered based on the API key owner
- Each connector may have zero or more active connections
- Use the connection
idwith other connector endpoints to interact with specific connections
Authorizations
API Key for authentication
Query Parameters
Page number (starting from 1)
Required range:
x >= 1Items per page (max 50)
Required range:
1 <= x <= 50
