Error Codes
Overview of HTTP Status Codes
Detailed Error Codes Overview
Error Code | Description | Common Causes | Recommended Solution |
---|---|---|---|
400 | Bad Request | Incorrect syntax or missing parameters | Review the request syntax and ensure all required fields are properly formatted. |
401 | Unauthorized | Invalid or missing authentication credentials | Confirm that your clientId and clientSecret are correctly included and valid. |
403 | Forbidden | Insufficient permissions | Check whether your API key has the necessary permissions for the requested operation. |
404 | Not Found | Incorrect endpoint URL or nonexistent resource | Double-check the endpoint URL and verify the resource exists. |
429 | Too Many Requests | API rate limit exceeded | Reduce the frequency of requests and consider implementing exponential backoff for retries. |
500 | Internal Server Error | Server-side issues | Retry the request, and if the problem persists, reach out to support. |
503 | Service Unavailable | Server overload or ongoing maintenance | Wait and try again later. Check the Status Page for any active issues. |
Need More Help?
Modified at 2025-01-23 07:27:26