Get API key
API Keys
Get API key
Returns metadata for an API key — name, type (m2m or application), the granted permission set, client_id, last-used timestamp, and allowed origins / callbacks for application keys. Never returns the client_secret (only available at creation time). Requires the read:api-keys scope.
GET
Get API key
Authorizations
OAuth2 client-credentials flow against the Dealroom Auth0 tenant. Use the client_id / client_secret from a Programmatic API key. Tokens are valid for 24h — Swagger UI will reuse the same token across operations.
Path Parameters
API key ID
Pattern:
^\d+$Example:
"1"
Response
API key details