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).
Here you can click the Create token button to create a new API token.
To manage existing tokens, click the “...” on the right side to see the options that allow you to Re-issue token or Delete token.
You will then be given the option to copy your API token to the clipboard.
Tokens must be presented with all requests in the Authorization
header, with the format Bearer {your_token}
. Missing or invalid tokens will result in a 401 Unauthorized
error.
Updated 8 months ago
What’s Next