Skip to main content
GET
/
api
/
admin
/
api-key
Lists all API keys for the current tenant (most recently created first). Hashes are stripped from the returned records; only the display prefix and metadata are visible.
curl --request GET \
  --url https://{install}/api/admin/api-key \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT Bearer token. Obtain via the OAuth 2.0 token endpoint.

Response

List of API keys.