You can get API token in settings page.
Copy it and use it in the Authorization header for requests to our API
Authorization: Bearer <token>

🚧

API Token bound to user

The API token is bound to the user, so make sure that user which API token will be used has permissions for given actions.

📘

Reset token

You can always reset your API token in case it was compromised.
Go to settings and click on Reset API Token button and it will generate a new token and old one will no longer be usable.