Creating a personal access token
To create a personal access token, head to the project settings, then topersonal access tokens
, then click generate token
.

How to authenticate
Note that not all endpoints in the API will be accessible with PAT authentication. The PAT authentication is done via the HTTP Authorization request header.Rotating a personal access token
To maintain security, you may want to rotate your personal access tokens periodically. Follow these steps to rotate an existing token. Requirements for Rotation- Token UUID: To rotate a token, you’ll need its unique identifier (UUID), which you can find on the tokens page in your account settings.
- Expiration Date: You must specify a new expiration date when rotating a token. Tokens without an expiration cannot be rotated.
- Time Interval: Tokens can only be rotated once per hour.
<personal-access-token-uuid>
with the UUID of the token you wish to rotate, and <personal-access-token>
with your current token.