HTTP Status Codes
The API uses standard HTTP status codes to indicate the success or failure of requests:- 2xx Success: The request was successful
- 4xx Client Error: The request was invalid or cannot be processed
- 5xx Server Error: An internal server error occurred
Error Response Format
When an error occurs, the API returns a JSON response with amessage property containing a human-readable description of the error:
Common Error Codes
400 Bad Request
The request was malformed or contains invalid parameters. Example:401 Unauthorized
The request lacks valid authentication credentials. Example:404 Not Found
The requested resource was not found. Example:429 Too Many Requests
The request rate limit has been exceeded. See Rate limiting for more details.Getting Help
If you encounter an error that you cannot resolve, please:- Check the error message for guidance
- Verify your request format and parameters
- Ensure your authentication credentials are valid
- Contact our support team with the error details and request

