Access Tokens

Create personal access token

Creates a new personal access token for the authenticated user.

post/create_personal_access_token

Request body

expiresAtinteger nullable

Timestamp in milliseconds when this personal access token will expire. Must be at least 30 minutes in the future.

namestring required

Name for the personal access token.

Response

accessTokenstring required

The generated personal access token.

Changes