List access profiles

List all <a href="https://docs.workato.com/en/api-mgmt/api-client-mgmt.html#api-clients-access-profiles-and-access-policies" target="_blank">access profiles</a> 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. <Warning title="DEPRECATION NOTICE"> This endpoint is planned for deprecation on December 1, 2025. Transition to the [List API keys](/oem-api/resources/api-platform/list-api-keys-v-2) 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

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