Skip to main content
POST
Create a personal 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

Nome do token

expiresAt
string<date-time> | null

Data de expiração (null = nunca expira)

Response

Token created

name
string
value
string

Token value (shown only once)

createdAt
string<date-time>
expiresAt
string<date-time> | null