API Status Code

CodeMessageDescription
200OKEverything worked as expected.
202AcceptedThe request has been accepted for processing, but the processing has not been completed. It's usually a matter of contract and time coverage.
400Bad RequestThe request was unacceptable, often due to missing a required parameter.
401UnauthorizedThe request requires authentication. You must authenticate your request with an API key.
403ForbiddenThe server rejects the request.
404Not FoundThe requested resource doesn't exist.
429Too Many RequestsToo many requests hit the API request rate limit.
499Client Closed RequestIt can occur when the client closes the connection while sending the request or when a proxy server encounters an issue and closes the connection when forwarding the request to an upstream server.
5XXServer ErrorsInternal server something went wrong. (500, 502, 503, 504)