These docs are for v2.0. Click to read the latest docs for v3.

Errors

Our API validates each of the fields sent in the request before proceeding with the creation, query, or management of requests, transactions, and resources.

We use conventional HTTP response codes to indicate the success or failure of a request. Thus, 2xx codes indicate success, 4xx indicate errors for some incorrectly entered data (for example, some mandatory field not sent) and 5xx indicating errors on our servers.

{
    "errors": [
        {
            "code": 123,
            "message": "Invalid document."
        }
    ]
}