List access profiles
List all access profiles belonging to an API client. If you don`t provide an API client ID, the resource lists all access profiles for all API clients.
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.Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
page
Choose the page of access profiles to return. The starting page is 1
. Defaults to 1
.
per_page
Number of access profiles returned in a single page. Defaults to 100
. Max is 100
.
api_client_id
Provide an API client ID to retrieve access profiles belonging to a specific API client.
Response
Success reply
id
The ID of the access profile.
name
The name of the access profile.
api_client_id
The ID of the API client to which this access profile belongs.
api_collection_ids
The IDs of the API collections that are accessible by this access profile.
active
Indicates whether the access profile is disabled or enabled.
auth_type
The authentication method used in the access profile. Possible values are token, jwt, oauth2, and oidc.
created_at
Timestamp in ISO 8601 format when the API collection was created.
updated_at
Timestamp in ISO 8601 format when the API collection was last updated.