Status Codes

SUCCESS200OKThe request has succeeded
204No ContentThe request has succeeded but it was a HEAD request
REDIRECT301Moved PermanentlyIf the endpoint was moved
CLIENT ERROR400Bad RequestThere was a client error (check its code here: Errors)
401Not AuthorizedAuthentication failed
404Not FoundEndpoint/entity was not found
405Method Not AllowedCORS configuration missing
406Not AcceptablePayload type is not accepted
408Request TimeoutThe request was over 60 seconds
429Too Many RequestsRate limit exceeded or too many requests per second
SERVER ERROR500Internal Server ErrorSomething went wrong with the API; check server-side logs
501Not ImplementedCORS method is not implemented
503Service Unavailable3rd party service is not available (Mongo, Redis)
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
On This Page
Status Codes