Skip to main content

API Token

The API Token securely connects your account with external systems — an authentication key that lets APIs access your data. Every API request requires the token. Handle it like a password.

Generating, copying, regenerating

All from Settings → API Token:

  • Generate — click + Generate New Token; the token displays.
  • Copy — click the Copy option.
  • Regenerate — click + Generate New Token again and confirm; a new token is created and the old one becomes invalid immediately.

API documentation

In the API Documentation and Usage section: copy the provided password, then open the API Documentation link — endpoints and usage details are there.

Security best practices

Never share your token publicly, store it securely, regenerate immediately if compromised, avoid client-side code storage, and use tokens only when required.

FAQs

Multiple tokens? Typically one active token at a time.

Why is my API not working? Invalid/expired token, incorrect API usage, or the token was regenerated.