v23

OpenAPI 3.0.1raw.githubusercontent.com2026-08-0127977.1 KB
OAuth2-specific

Get API keys

Returns the API keys for the authenticated user. Requires an OAuth2 access token (Bearer header). Warning: This returns sensitive information.

get/api/v1/authenticated/api_keys

Response

successful

tokenstring

Example response

{
  "token": "550e8400-e29b-41d4-a716-446655440000"
}