Client Get Api Key
API Keys
Get API Key
Retrieve details for a specific API key owned by current user
Client Get Api Key
Rate Limit: This endpoint is limited to requests per minute per user.
Authorizations
Bearer authentication header of the form Bearer <token>. The <token> represents your API key, which must be acquired from the Kolena platform.
Path Parameters
Response
Successful Response
The ID of this API key.
The name of this API key.
When this API key was created, formatted as an ISO 8601 timestamp (e.g. 2025-12-31T10:15:45+00:00)
When this API key expires, formatted as an ISO 8601 timestamp (e.g. 2025-12-31T10:15:45+00:00), or null if it never expires.
The email address of the user who created this API key.
The current status of this API key (active or expired).
Available options:
active, expired 