| 400 | Bad Request | Invalid syntax or missing parameters | Verify request syntax and parameters. Ensure all required fields are correctly formatted. | 
| 401 | Unauthorized | Invalid or missing authentication credentials | Ensure your clientId and clientSecret are correctly included and valid. | 
| 403 | Forbidden | Insufficient permissions | Check if your API key has necessary permissions for the requested operation. | 
| 404 | Not Found | Endpoint URL typo or resource does not exist | Verify the endpoint URL and the existence of the resource. | 
| 429 | Too Many Requests | Exceeding API rate limits | Reduce request frequency. Consider implementing exponential backoff in retry logic. | 
| 500 | Internal Server Error | Server issues | Retry the request. If the issue persists, contact support. | 
| 503 | Service Unavailable | Server overload or maintenance | Wait and retry after some time. Check the Status Page for any known issues. |