API Keys
Create API Key
Create a new API key for the authenticated user. The raw key is returned once and cannot be retrieved again.
POST
This endpoint uses your dashboard session (Auth0 JWT), not an API key.
Request body
A human-readable label for the key. Max 128 characters. Example:
production, ci-pipeline.Response
Unique identifier for the key (UUID). Use this when revoking.
The label you provided.
The raw API key — shown only once. Starts with
imp_.First 8 characters of the key. Safe to store and use in logs to identify which key made a request.
ISO 8601 timestamp.