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
id
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_id
The unique identifier of the API client. If not provided, returns API keys for all clients.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Success - List of API keys retrieved successfully.
data
List of API keys associated with the API client.
count
The total number of API keys returned in the response.
page
The current page number in the paginated response.
per_page
The number of API keys returned per page.