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"
}

Changes