Reference
Errors
Nymcard uses conventional HTTP response codes to indicate the success or failure of an API request.
| Error Code | Meaning |
|---|---|
| 200 | OK -- Success. |
| 400 | Bad Request -- The request was invalid, please double check the required parameter(s). |
| 401 | Unauthorized -- No valid Bearer Token provided. |
| 402 | Request Failed -- The parameters were valid but the request failed. |
| 403 | Forbidden -- Access denied. |
| 404 | Not Found -- The requested resource could not be found. |
| 405 | Method Not Allowed -- You tried to access a resource with an invalid method. |
| 406 | Not Acceptable -- Cannot produce a response matching the list of acceptable values. |
| 410 | Gone -- The requested resource has been removed from our servers. |
| 418 | I'm a teapot. |
| 429 | Too Many Requests -- You're requesting too much! Slow down! |
| 500 | Internal Server Error -- We had a problem with our server. Try again later. |
| 503 | Service Unavailable -- We're temporarily offline for maintenance. Please try again later. |