Troubleshootingapierrorsdebugging
API Integration Errors
Debug common API errors — 401, 403, 429, 500 and how to fix them
3 min min readFor: developers
API Integration Errors
401 Unauthorized
- Verify your API key is correct and active
Bearer YOUR_API_KEY403 Forbidden
429 Rate Limited
Retry-After response header500 Internal Server Error
404 Not Found
CORS Errors
API calls must be made server-side. Browser-based (client-side) calls are blocked by CORS policy.
Was this article helpful?