Standard Errors

If you've received a return code other than 2xx from the server, this table lists the possible reasons:

Status CodeMeaning
200The request was successful
204The request was successful. There is no response from the server.
400The request may be malformed. Check that the request is formatted correctly.
401The endpoint requires authentication, but you haven't provided any authentication details.
403The endpoint is not usable by the current user at this point in time.
404The endpoint does not exist
405The endpoint does not support the requested HTTP method
5xxThe server seems to be having some trouble. Retry the request later.