HTTP Status Codes
Code | Title | Description |
---|---|---|
200 | OK | Worked as expected |
202 | Accepted | Accepted, but not final response. |
400 | Bad Request | Bad request to API. Missing a field or an invalid field. |
401 | Not Authorized | Authentication error |
402 | Request Failed | Request to the API failed |
404 | Not Found | Cannot be found |
409 | Conflict | Incorrect values supplied (eg. Insufficient balance, wrong MFA response, incorrect micro deposits, etc.). |
429 | Too Many Requests | Too many requests hit the API too quickly. |
500 | Server Error | Internal server error |
503 | Service Unavailable | The server is currently unable to handle the request due to a temporary overload or scheduled maintenance. |
Updated almost 5 years ago