FAQ: API Access
Why do I get API access denied? (401 Unauthorized / 403 Access denied)
Most cases are authentication format issues.
Check these points:
- Username must be literally
API_KEY(NOT your actual key string). - Use the correct auth type from the API example (
Basic, notBearer). - Verify token string formatting (no extra spaces/characters).
- Verify athlete id/path (
0for own account endpoints;i...ids where required).
Links: