Create Consumer API Key
Consumer (B2C)
Create consumer API key
Creates a new personal API key. The full secret is returned once and cannot be retrieved again. Consumers may hold up to 5 active keys. Keys expire after 90 days.
POST
Create Consumer API Key
Creates a new personal API key for the authenticated consumer. The full secret is returned once in the response and cannot be retrieved again — store it securely.
Each consumer can hold up to 5 active keys. Keys automatically expire after 90 days.
Parameters
A human-readable label for the key (e.g., “CI pipeline key”).
Responses
Authorizations
JWT for user-initiated operations
Body
application/json
A human-readable label for the key
Response
API key created. The secret is shown only in this response.
Human-readable label for the key
First 12 characters of the key, for display purposes
Available options:
active, revoked Permission scopes granted to this key
Keys expire 90 days after creation
Timestamp of the last request made with this key
Full API key value (shown once)

