Skip to content

Authentication

API tokens are created in your dashboard and must be included in every request's Authorization header.

Using Your API Token

Include your token in the Authorization header using the Bearer format:

Authorization: Bearer YOUR_API_TOKEN

Security Best Practices

  • Store tokens securely: Use environment variables, never hardcode tokens in your source code
  • Rotate tokens periodically: Create new tokens and revoke old ones regularly
  • Use HTTPS only: Always make requests over HTTPS to protect your token
  • Treat as sensitive: API tokens have the same access level as your password

Subscription Requirement

A subscription is required to use the API. All accounts receive a 7-day free trial before requiring payment. API quotas are account-level, meaning multiple tokens share the same monthly request limit.