Skip to main content
POST
Create an API token. The token value is returned only in this response.

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

Response

Created — token value is returned only at creation time

id
string
required

Globally unique lookup identifier.

name
string
required

Human-readable display name.

token
string
required

The full API token value (format: alb--). Returned only at creation time — it cannot be retrieved again.

created_at
string<date-time>
required