All API requests must be authenticated using a Bearer token passed in the Authorization header.
Obtaining a token
- Log in to the developer portal and navigate to API Keys.
- Click Generate New Key.
- 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