Skip to main content

List API Keys

Retrieve all API keys for your organization
1 min read
get/api/v1/user/api-keys
Request example
Response
get/api/v1/user/api-keys

The key field is never returned in list responses — only key_prefix (the first 8 characters) is shown for identification. To include archived keys, pass ?include_archived=true.

Query parameters

include_archivedboolean#

Default: false

Headers

authorizationstring · null#
X-API-Keystring · null#

Responses

application/json
Successful Response
idintegerrequired#
namestringrequired#
key_prefixstringrequired#
is_activebooleanrequired#
created_atstringrequired#
last_used_atstring · null#
Show child attributes
archived_atstring · null#
Show child attributes