v12

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01251238661.6 KB
v1
protected
api-keys

Create Api Key

Create a new API key. The raw token value is returned once — store it securely.

post/v1/api-keys/

Request body

expires_in_daysinteger nullable

Optional expiry in days (omit for non-expiring)

namestring required

Human-friendly label for this API key

Response

Successful Response

access_countinteger required
created_atstring required
expires_atstring nullable required
idstring uuid required
is_activeboolean required
last_accessed_atstring nullable required
namestring required
tokenstring required

Raw token value — copy it now, it won't be shown again

token_prefixstring required