Your API Token

Keep it secret. Keep it safe.

After API access has been enabled for your account, you will see an API access section appear in your Account Settings (Sandbox).

2880

Account Settings > API access

Here you can click the Create token button to create a new API token.

1376

To manage existing tokens, click the “...” on the right side to see the options that allow you to Re-issue token or Delete token.

2076

You will then be given the option to copy your API token to the clipboard.

Tokens must be presented with all requests in the Authentication header, with the format Bearer {your_token}. Missing or invalid tokens will result in a 401 Unauthorized error.