Authentication
Every request must include:
Authorization: Bearer <YOUR_API_KEY>
Keys are issued per partner (see API Keys).
Errors:
| Status | Meaning |
|---|---|
| 401 | Missing or invalid key |
| 403 | Key valid but no permission for the resource |
| 429 | Rate limit exceeded (see Retry-After header) |