Client Create Api Key
API Keys
Create API Key
Create a new API key for the current user
Client Create 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.
Body
application/json
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 The API key secret.
