Review the following table to learn more about HTTP status codes that the IXM Aqua API returns:
HTTP status code | Name | Description |
---|---|---|
200 | OK | Your request succeeded. |
400 | Bad request | The server can’t process the request. |
401 | Unauthorized | The client doesn’t have the required authentication credentials for the target resource. |
403 | Forbidden | The client doesn’t have the required access rights for the target resource. |
404 | Not found | The server can’t find the requested resource. |
500 | Unexpected error | The server has encountered an unexpected error that stops it from fulfilling the request. |
Troubleshooting
If you receive an error response, the following steps can help you identify and solve the issue:
Ensure that the syntax and content of your request is correct.
Check whether the requested address (URL) is correct.