Responses & Errors
Our API uses standard HTTP codes to indicate if the request is successful or failed
Successful requests will return both a “message”
and “data”
field with a 2XX status code. Data can be represented by an object or array type.
Unsuccessful requests will return a “message” field containing the error message, with 4XX or 5XX status code.
Common error message
Error message with error id
If you experience issues or errors while using our service, we highly recommend that you contact us by providing the errorId
that you get along with the error message. That way, our team can easily trace the issue
Error message with error type
Validation error
Last updated