Our API uses standard HTTP response codes to indicate whether a specific request has been successfully completed or not.

Error CodeReason
200 OKThe request has succeeded.
400 Bad RequestThe server could not understand the request due to invalid syntax.
401 UnauthenticatedThe client must authenticate itself to get the requested response.
429 Too Many RequestsThe user has sent too many requests in a given amount of time. We recommend to implement exponential back-off.
500, 501, 502, 503 Service UnavailableThe server is not able to handle the request. This can be because our servers are down for maintenance or they are overloaded.