All Public API requests are authenticated with an API key passed as theDocumentation Index
Fetch the complete documentation index at: https://docs.scaleo.io/llms.txt
Use this file to discover all available pages before exploring further.
api-key query parameter:
api_status enabled.
Role scoping
Each API key is bound to a specific user role and cannot call endpoints outside that role:| Role | Endpoint prefix |
|---|---|
| Manager | /api/v2/network/... |
| Advertiser | /api/v2/advertiser/... |
| Affiliate | /api/v2/affiliate/... |
403 Forbidden.
Where to find your key
- Affiliate / Advertiser — dashboard → Profile → API.
- Manager — admin panel → Users → Managers → → API.
Security best practices
- Use HTTPS only — HTTP does not protect the key in transit.
- If a key is leaked, rotate it from the dashboard immediately.
- For server-to-server integrations, store keys in a secrets manager rather than in source control.