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.

Headers

x-request-id
string

Optional caller request id.

Body

application/json
name
string
required

Key display name.

label
string

Customer-visible label; not platform label id.

limit
number

Optional customer charge limit.

expires_at
string<date-time>

Optional expiration timestamp.

Response

Create API key response.

data
object
required

Created key metadata.

key
string
required

One-time API key secret.

request_id
string

Request id.