List API clients

List all API clients. This endpoint includes the `project_id` to which the API client belongs in the response. <Warning title="DEPRECATION NOTICE"> This endpoint is planned for deprecation on December 1, 2025. Transition to the [List API clients (v2)](/workato-api/resources/api-platform/v-2-get-api-client) endpoint before this date to ensure uninterrupted service.</Warning>

Headers

AuthorizationstringRequired

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

Query parameters

pageintegerOptional

Page number of the API clients to fetch. Defaults to 1.

per_pageintegerOptional

Number of API clients to return in a single page. Defaults to 100. Max is 100.

Response

Success reply
idinteger or null
The ID of the API client.
namestring or null
The name of the API client.
created_atstring or null
Timestamp in ISO 8601 format.
updated_atstring or null
Timestamp in ISO 8601 format.
project_idinteger or null
The ID of the project where your API client is stored.

Errors