Skip to main content
POST
Create a System Access Token

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

The name of the token

permissions
object[]

The requested permissions

expires_at

The requested token expiration timestamp

Response

OK

id
string<uuid>
required

The id of the token

name
string
required

The name of the token

permissions
object[]
required

The permissions granted to the token

expires_at
string<date-time>
required

The token expiration timestamp

access_token
string
required

The access token