Errors
Example
What made this section unhelpful for you?
Error Codes
200-201
The request executed had finished successfully.
400
The request is not valid, due to some unpredictable error. If you are using a POST, PUT or PATCH request, check that the body is valid. If you are using a GET request, check that the parameters are correct. If you are using a DELETE request, check the path.
401
The API Key is not authorized to do this operation. Check that your API Key had been correctly configured.
404
The requested resource does not exist. Some of the information needed to do this request was not found.
412
The request was not completed because an internal validation was not fulfilled. Check that the body of the request is valid.
500
Our APIs are currently experiencing issues. This is an error on our side, we will check as soon as possible. Please contact support and try again later.