List API keys

Retrieves all API keys for an API client. Provide the api_client_id parameter to filter keys for a specific client. If you don’t provide the api_client_id parameter, the endpoint returns API keys for all clients.

Path parameters

idstringRequired

Embedded customer ID/external ID. The external ID must be prefixed with an E (for example, EA2300) and the resulting ID should be URL encoded.

api_client_idstringRequired
The unique identifier of the API client. If not provided, returns API keys for all clients.

Headers

AuthorizationstringRequired

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

Response

Success - List of API keys retrieved successfully.

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

Errors