The APIs return HTTP code to indicate success or error on a request. We usually return 200 on any success request and you should be especially careful on 4xx or 5xx response code.

Response CodeDescription
200OK
400Bad Request | Probably malformed data
401Unauthorized | access_token not authorized or missing
403Forbidden | This resource can't be access with this access_token
404Not Found | The requested resource was not found
405Method Not Allowed | The resource does not accept this HTTP method
500Generic Server error | Something went wrong with our service, contact the support for more informations
502, 503Bad Gateway | Most likely a momentary operational error, the requests should be retried