Skip to main content
POST
Typescript (SDK)

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Body

application/json
name
string | null

Optional human-readable label for the key. Defaults to "Default" when omitted.

Response

API key created (includes the full secret)

object
string
required
id
string
required
name
string | null
required
last4
string
required
token_type
string
required
token
string | null
required
last_used_at
string | null
required
expires_at
string | null
required
created_at
string
required