API Keys
Get API keys
Use this endpoint to retrieve a paginated list of API keys for the calling Company. Use this when building a key-management view inside a dashboard or admin tool.
Pagination
page[number]- 1-indexed page number (default1)page[size]- keys per page (max100, default100)
Please note
- The actual API key secret is never returned by this endpoint. The secret is shown only once - in the response to
POST /v3/authentication/api-keys- and is not retrievable afterward.
Permissions
- Requires:
apiKeys:read
GET
List API keys
Authorizations
Company Level Authentication
Include your API key in the X-Api-Key header for every request:
Query Parameters
1-indexed page number.
Required range:
x >= 1Example:
1
Number of API keys per page (max 100, default 100).
Required range:
1 <= x <= 100Example:
100
Response
Page of API keys plus pagination links.
Paginated API keys response.
Last modified on June 17, 2026