HTTP Status Codes

CodeTitleDescription
200OKWorked as expected
202AcceptedAccepted, but not final response.
400Bad RequestBad request to API. Missing a field or an invalid field.
401Not AuthorizedAuthentication error
402Request FailedRequest to the API failed
404Not FoundCannot be found
409ConflictIncorrect values supplied (eg. Insufficient balance, wrong MFA response, incorrect micro deposits, etc.).
429Too Many RequestsToo many requests hit the API too quickly.
500Server ErrorInternal server error
503Service UnavailableThe server is currently unable to handle the request due to a temporary overload or scheduled maintenance.