List Connectors

Returns a list of connectors ordered by descending creation date (newer first). See ‘Managing your Connector’ for more information.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

X-Client-NamestringOptional
The name of the project that is making the request.

Query parameters

limitdoubleOptionalDefaults to 30

Maximum number of connectors to return [0, 100].

offsetdoubleOptionalDefaults to 0

Number of connectors to skip before returning results [0, inf].

Response

OK
connectorslist of objects
total_countdouble or null
Total number of connectors.

Errors