Below you will find some common error messages you may encounter when using the Induct API.
All errors will return a response in the format you requested. (XML or JSON)
| Code | Title | Description |
|---|---|---|
| 200 | OK | Everything went fine. |
| 304 | Not Modified | Use cached version. Data has not been changed. |
| 400 | Bad request | Your query is invalid and could not be resolved. |
| 401 | Unauthorized | Authentication credentials were missing or incorrect. |
| 404 | Resource not found | The path is incorrect or removed. |
When requesting a non-existing user.
{
"error": "bad_request",
"errorCode": 404,
"errorDescription": "User with id: 12345 not found",
"errorUri": "https://apibeta.induct.no/v1/docs/errors/404"
}
Induct API 1.0
Last API system update:
11/23/2020 8:43:56 AM