API Keys

Create API key

Create a new developer API key. The full key is only returned once — store it securely immediately.

post/v1/dev/keys

Request body

namestring required

Descriptive name for the key.

Response

The created API key with full secret.

idstring
namestring
key_prefixstring
keystring

The full API key. Only returned once during creation.

created_atstring date-time
last_used_atstring date-time nullable

Changes