Authentication

All API requests must be authenticated using a Bearer token passed in the Authorization header.

Obtaining a token

  1. Log in to the developer portal and navigate to API Keys.
  2. Click Generate New Key.
  3. Copy the key — it is only shown once. Store it securely.

Sending the token

Authorization: Bearer YOUR_API_KEY

Never expose your API key in client-side code or public repositories.

Leave a Reply

Your email address will not be published. Required fields are marked *