List API clients (v2)

Retrieves a list of all API clients in a customer workspace. This endpoint includes the project_id of each API client in the response.

Path parameters

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.

Response

Success - List of API clients retrieved successfully.

datalist of objects or null
List of API clients associated with the managed user.
countinteger or null
The total number of API clients returned in the response.
pageinteger or null
The current page number in the paginated response.
per_pageinteger or null
The number of API clients returned per page.

Errors