GET
/
api
/
v1
/
integrations

Authorizations

x-api-key
string
headerrequired

API key for authentication, you can easily get it from the dashboard after login or if you are using CLI, you can get it from the composio whoami command

Response

200 - application/json
items
object[]
required

Array of connector items matching the query parameters. Each item contains detailed information about a connector and its associated connections.

totalPages
number
required

Total number of pages available based on the current page size. Use this for implementing pagination controls.

page
number
required

Current page number (1-based). You can request different pages using the page query parameter in the GET /api/v1/connectors endpoint.