Skip to main content
Use the list API keys endpoint to retrieve all API keys associated with the authenticated account. The response includes each key’s id, name, prefix, and creation timestamp. The full key value is not returned.

Endpoint

Authentication

Requires a valid Authorization: Bearer <jwt-or-api-key> header.

Response

array
Retrieve the API keys created by the current user. Each item includes a key_preview so you can distinguish keys without exposing the full secret. Only the plaintext key returned at creation time is usable for authentication.

Endpoint

GET /v1/apikeys Authentication: Bearer API key

Response

array
List of API key objects scoped to the current user.

Example