Skip to content

Create a new personal access token

POST
/users/personalAccessTokens

Mint a new personal access token for the user

Authorizations

ApiKeyAuth
TypeAPI Key (header: Authorization)

Request Body

JSON
{
"description": "string",
"ttl": 0
}

Responses

OK
application/json
JSON
{
"created": "string",
"description": "string",
"id": 0,
"token": "string",
"ttl": 0
}

Samples