Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Enter your API key as the bearer token. Set header: Authorization to Bearer <api_key>

Query Parameters

limit
integer
default:20

Maximum number of connectors to return.

Required range: 1 <= x <= 100
cursor
string

Cursor from a previous response's next_cursor, to fetch the next page.

Response

Successful response

data
Connector · object[]
required

Connectors for the requested page, ordered newest first.

has_more
boolean
required

Whether more connectors exist after this page.

next_cursor
string | null
required

Pass as the cursor query parameter to fetch the next page. Null when has_more is false.