List all platform connectors

Returns a paginated list of all connectors and associated metadata in an Embedded partner's account. The response includes both standard and platform connectors. The total number of records is included at the end of the response.

Headers

AuthorizationstringRequired

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

Query parameters

pageintegerOptional

Page number of results to retrieve. Defaults to 1.

per_pageintegerOptional

Number of connectors to return per page. Defaults to 50.

Response

Success response
totalinteger or null
Total number of connectors available.
pageinteger or null
Current page number.
per_pageinteger or null
Number of results per page.
datalist of objects or null
List of connectors and associated metadata.

Errors