HTTP Response status codes

For successful requests, SingleWallet returns HTTP 2XX status codes.

For failed requests, SingleWallet returns HTTP 4XX or 5XX status codes.

Full list of status codes:

Status codeDescription
200 OKThe request is successful.
201 CreatedA POST method created a resource successfully.
400 Bad RequestINVALID_REQUEST. Request is not well-formed, syntactically incorrect, or violates schema.
401 UnauthorizedAUTHENTICATION_FAILURE. Authentication failed due to invalid authentication credentials.
403 ForbiddenNOT_AUTHORIZED. Authorization failed due to insufficient permissions.
404 Not FoundRESOURCE_NOT_FOUND. The specified resource does not exist.
500 Internal Server ErrorINTERNAL_SERVER_ERROR. An internal server error has occurred.