Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Ondato APIs use conventional HTTP response codes to indicate if request was a success or a failure. These responses are unified, therefore, the format of the response will always be the same across all APIs. |
...
HTTP status code summary
Code | Description | Description | Example value | ||
---|---|---|---|---|---|
| Bad Request | The request was unacceptable which indicates that given request parameters are invalid or missing required parameters. |
| ||
| Unauthorised | No valid access token provided. |
| ||
| Forbidden | The access token doesn’t have permissions to perform request. |
| ||
| Not Found | The requested resource doesn't exist. |
|
...