Errors

General Information

We have the following structure of API response:

{
    "data": null,
    "error": {
        "code": "error_code",
        "message": "Error Message"
    }
}

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

This is on our side. Be assured that we are already aware of this error and are investigating it. If you still receiving this error contact our technical support team via [email protected].

Application Errors

We will update full list of application errors soon.

Last updated