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
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
page
Page number of the API clients to fetch. Defaults to 1
.
per_page
Number of API clients to return in a single page. Defaults to 100
. Max is 100
.
Response
Success reply
id
The ID of the API client.
name
The name of the API client.
created_at
Timestamp in ISO 8601 format.
updated_at
Timestamp in ISO 8601 format.
project_id
The ID of the project where your API client is stored.