List all platform connectors

Returns a paginated list of all connectors and associated metadata. This includes both standard and platform connectors. Workato includes the total number of records 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 the platform connectors to fetch. Defaults to 1.

per_pageintegerOptional

Number of platform connectors to return in a single page. Defaults to 100. Max is 100.

Response

Success reply
itemslist of objects
countinteger
Total number of connectors.
pageinteger
Page number of the connectors.
per_pageinteger
Number of connectors returned per page.

Errors