GetApiKey
GetApiKey retrieves a single API key by ID. The full secret is never returned — only the key_prefix is visible.
Headers
OAuth 2.0 Bearer token. Required for all key management operations. Format: Bearer <access_token>.
"Bearer eyJhbGciOiJSUzI1NiIs..."
Path Parameters
Unique identifier of the API key to retrieve.
Response
Successful response
GetApiKeyResponse is the response message containing the API key details. The full secret is never returned — only the key_prefix is visible.
ApiKey represents a developer API key used for server-to-server authentication. API keys are passed in the x-api-key HTTP header and are billed per key. The full secret is only returned on creation and rotation.