Authentication

The API uses an API Bearer Token system to secure your requests.

Get your API Token

  1. Login to your account
  2. Go to dashboard
  3. Generate a new token

Important

Copy and save your token carefully, it will only be shown once.

Token Format

t8_live_aBcDeFgHiJkLmNoPqRsTuVwXyZ123456

Use 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.