Error Codes
Error Codes and Descriptions
Error Code
Description
400
Bad Request: The request could not be understood or was missing required parameters.
401
Unauthorized: Authentication failed due to missing or invalid API key.
403
Forbidden: You do not have permission to access the requested resource.
404
Not Found: The requested resource could not be found.
405
Method Not Allowed: The HTTP method used is not supported for this endpoint.
409
Conflict: The request could not be completed due to a conflict with the current state of the resource.
422
Unprocessable Entity: The request data is syntactically correct but semantically invalid.
429
Too Many Requests: Rate limit exceeded. Please wait before making more requests.
500
Internal Server Error: The server encountered an unexpected error.
503
Service Unavailable: The server is temporarily unavailable due to maintenance or overload.
This table provides a quick reference to understand common error codes and their meanings while using the API.
Last updated