Skip to main content

Error Messages & Codes

Error CodeHTTP StatusMessage
AUTHENTICATIONFAILED403 (Forbidden)The server failed to authenticate the request. Verify that the value of Authorization header is formed correctly and includes the signature.
INTERNALERROR500 (Internal Server Error)The server encountered an internal error. Please retry the request.
INVALIDAUTHENTICATIONINFO400 (Bad Request)The authentication information was not provided in the correct format. Verify the value of Authorization header.
INVALIDINPUT400 (Bad Request)One or more of the request inputs is not valid.
INVALIDPROTOCOL400 (Bad Request)The request was not made under a secure connection, all requests must be made under SSL.
INVALIDURI400 (Bad Request)The requested URI does not represent any resource on the server.
RESOURCENOTFOUND404 (Not Found)The specified resource does not exist.
UNSUPPORTEDHTTPVERB405 (Method Not Allowed)The resource doesn’t support the specified HTTP verb.