Skip to content

Create, use and delete tokens

Before you can use any of the APIs, you must obtain a secret token to verify that you are the authorized user performing the actions.

You can easily generate a token through your project interface.

  1. Navigate to your project.

  1. Go to Settings > API Tokens, and then click the New API Token button.

  1. Choose a name for your token, then press Confirm.

  1. Here’s your token. Make sure to save it somewhere safe and DO NOT share it with others!

headers: {
"Authorization": "<your-token>"
}

You can delete a token from the same place where you created it. Deleting a token will cause it to be invalidated when trying to call the api with it.

  1. Click the trash button, near the token entry.

  1. Click confirm.