Skip to main content
POST
Create an API key for a service account

Authorizations

Authorization
string
header
required

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

Path Parameters

name
string
required
org
string
required

Body

application/json
description
string
required
Required string length: 1 - 256
expires_at
integer | null

Unix timestamp for key expiry. Use 0 or omit for no expiry. Must not be in the past.

Required range: x <= 4102444800

Response

Successful Response

id
string
required
key
string
required
description
string
required
created_at
number
required
expires_at
integer
required
Last modified on June 22, 2026