Authentication
The API uses an API Bearer Token system to secure your requests.
Get your API Token
- Login to your account
- Go to dashboard
- Generate a new token
Important
Copy and save your token carefully, it will only be shown once.
Token Format
t8_live_aBcDeFgHiJkLmNoPqRsTuVwXyZ123456Use Token in Requests
Add the token in the Authorization header of each HTTP request:
Security
- ✖Never share your token.
- ✖Never commit your token to a public git repository.
- ✔Use environment variables to store your token.
- ✔Immediately revoke a token if you suspect it has been compromised.