Skip to main content
POST
Create Api Key

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request to create a new API key.

name
string
required

User-defined label for the key

Required string length: 1 - 100

Response

Successful Response

Response after creating an API key. Raw key is shown only once.

id
string<uuid>
required
key
string
required

Full API key (shown only once)

name
string
required
key_prefix
string
required

First 17 chars for identification

created_at
string<date-time>
required