Api Tokens¶
What is an API token
An API Tokens is a unique identifier to request access to your API (in order to authenticate).
API tokens are a replacement to sending some username/password combination over HTTP which is not secure. However the problem still exists that someone could take and use the API token instead. So keep your token in a secure location.
Create an API token
- Click on Create new API Token
- Enter a name (label) for the Token
- Select the campaign
- Click on Create API Token
Your new API token will be displayed. Treat this token like a password, as it can be used to access your account without a username, password, or two-factor authentication.
This token will not be displayed again, so save it to a secure location.
You can also delete an API Token. Click on the delete icon on the right.
All access to the API for this token will be revoked immediately.