Errors
General Information
We have the following structure of API response:
In case of an error the data
field will be empty and the error
field will contain an object with code
and message
fields.
HTTP Error Codes
Working with our API you can receive the following HTTP error codes:
HTTP Code
Description
How to solve
400
Validation error
Check API request params and their limits
401
Unauthenticated request
404
Requested resource was not found
500
Internal server error
Application Errors
We will update full list of application errors soon.
Last updated