Skip to main content
POST
Create an API key

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required

The unique name of the API key.

Required string length: 1 - 255
expire_at
string<date-time> | null

The date and time when the API key will expire. If not provided, the API key will never expire.

Response

Successful Response

created_at
string<date-time>
required
id
string<uuid>
required
key
string
required
name
string
required
org_id
string
required
updated_at
string<date-time>
required
expire_at
string<date-time> | null