api_id is set in each response to uniquely identify your request. The API returns one of these HTTP status codes depending on whether the API call is successful or a failure.
HTTP status codes we send
| 200 | Request has been executed |
| 201 | Resource created |
| 202 | Resource changed |
| 204 | Resource deleted |
| 400 | A parameter is missing or is invalid |
| 401 | Authentication failed |
| 404 | Resource cannot be found |
| 405 | HTTP method not allowed |
| 500 | Server error |