Create an API Key
API Keys
Create an API Key
Generates a new programmatic API key for accessing authorized resources. The full, secret API key is returned ONLY once in this response and cannot be recovered later.
POST
Create an API Key
Authorizations
Use an access token retrieved from login (Bearer sess_...) or a programmatic API key (Bearer ak_...).
Body
application/json
Response
API key created successfully
Unique API Key identifier.
Human-readable name of the key.
The fully generated secure raw API Key string. This is returned ONLY ONCE.
Example:
"ak_7f9ba3271cf881309d9be8c9c0fcae47a95b8d29c3f0b2da8e89cf21e5c3df01"
Timestamp of creation.

