These are the responses you will get for the apis
| Response | Status | Description |
|---|---|---|
| 200 | OK | The request has succeeded |
| 202 | Accepted | API call has been accepted for processing. This code will be returned by for asynchronous operations |
| 400 | Bad Request | invalid parameters, fields or filters |
| 401 | Unauthorized | authorization error (Invalid API key) |
| 404 | Not Found | There is no resource behind the URL |
| 429 | Too many requests | Rate limit exceeded(600 per minute by default) |
| 500 | Internal server error | We were unable to handle the HTTP request due to a temporary overloading or maintenance of the server. |
