List access profiles

List all access profiles belonging to an API client in a customer workspace. If you don’t provide an API client ID, the resource lists all access profiles for all API clients in the customer workspace.

DEPRECATION NOTICE
This endpoint is planned for deprecation on December 1, 2025. Transition to the List API keys endpoint before this date to ensure uninterrupted service.

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

Choose the page of access profiles to return. The starting page is 1. Defaults to 1.

per_pageintegerOptional

Number of access profiles returned in a single page. Defaults to 100. Max is 100.

api_client_idintegerOptional
Provide an API client ID to retrieve access profiles belonging to a specific API client.

Response

Success reply
resultlist of objects or null
List of API clients.

Errors