List API clients (v2)
Retrieves a list of all API clients in a customer workspace. This endpoint includes the project_id
of each API client in the response.
Path parameters
id
Embedded customer ID/external ID. The External ID must be URL encoded and prefixed with an E
. For example, EA2300
.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Success - List of API clients retrieved successfully.
data
List of API clients associated with the managed user.
count
The total number of API clients returned in the response.
page
The current page number in the paginated response.
per_page
The number of API clients returned per page.