Skip to Content
API ReferencePlatformList API Keys

List API Keys

GET/v0/api_keys
Authentication

Retrieve a list of your API keys.

Authentication

SchemeTypeDetails
JSON web token (JWT) or API keyBearer tokenAuthorization header · Use a JWT token obtained via an OAuth2/OIDC login workflow or an API key obtained via the `/v0/api-keys` endpoint.

Response

application/json
API keys retrieved successfully
  • ApiKeyDescr[]
    • object
      API key descriptor.
Request
curl -X GET '/v0/api_keys' \
  -H 'Authorization: Bearer YOUR_TOKEN'
Response
API keys retrieved successfully
[]