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)](/oem-api/resources/api-platform/list-managed-user-api-clients) endpoint before this date to ensure uninterrupted service.</Warning>

Path parameters

managed_user_idstringRequired

Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E. For example, EA2300.

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
resultlist of objects or null
List of API clients.

Errors