API Reference

Error codes

Every non-succesful response (i.e. every response with any status code except 200, 201 and 204) will meet the following model:`

{  
errorCode: string,  
description: string  
}

errorCodes

are different for every endpoint and described in each endpoint’s section separately.

Description

is the field with a short description of what actually went wrong.