Skip to main content
POST
Create API key (JWT only)

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
scopes
string[]

Optional explicit tenant API-key scopes. Omit to use defaults. Empty arrays are rejected.

Response

Created

data
object | null
message
string | null
meta
object | null
request_id
string | null