List API Keys
Retrieve a list of your API keys.
Authentication
| Scheme | Type | Details |
|---|---|---|
JSON web token (JWT) or API key | Bearer token | Authorization header · Use a JWT token obtained via an OAuth2/OIDC login workflow or an API key obtained via the `/v0/api-keys` endpoint. |
Response
API keys retrieved successfully
- ApiKeyDescr[]
- objectAPI key descriptor.
curl -X GET '/v0/api_keys' \
-H 'Authorization: Bearer YOUR_TOKEN'API keys retrieved successfully
[]