List API clients (v2)

List API clients.

Path parameters

project_idstringRequired
The ID of a specific project. Retrieve a list of project IDs with the list projects endpoint.
pageintegerRequired

Page number. Defaults to 1.

per_pageintegerRequired

Page size. Defaults to 100. The maximum page size is 100.

cert_bundle_idsintegerRequired
Filter clients by certificate bundle IDs. Returns only clients associated with the specified certificate bundles.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Success - API client details retrieved successfully.

dataobject or null

Errors