Here is the list of status codes you can retrieve into our API :
| HTTP code | Message |
|---|---|
| 200 | OK. |
| 301 | Moved Permanently. |
| 302 | Found. |
| 304 | Not Modified |
| 307 | Temporary Redirect. |
| 400 | Bad Request. |
| 401 | Unauthorized. |
| 404 | Record Not Found. |
| 422 | Unprocessable Entity |
| 500 | Internal Server Error. |
If you received an 500 error code, please check on the resource page that your input attributes correspond to what is described in the documentation.
Last modified on