Skip to main content
POST
Create a token

Authorizations

Authorization
string
header
required

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

Body

application/json
label
string

The label for the token.

Required string length: 1 - 128
settings
object

The settings for the token.

Response

Successful response

id
string<uuid>
required

The unique ID of the token.

token
string
required

The token value.