HTTP Errors
The following table shows the HTTP errors that can be returned by the C1 API:- 400
Bad Request: The request payload has errors. - 403
Forbidden: The request is missing a valid API key. - 404
Not Found: Likely a result of invalid path. - 413
Request Entity Too Large: Request exceeds the maximum size allowed. - 429
Too Many Requests: Rate limit exceeded. - 500
Internal Server Error: An unexpected error occurred on our side.