• Home
  • Resources
  • Objects
  • Guide
    • What is an API
    • Creating an app
    • Using the API
    • Troubleshooting
    • Login
    • IQL query language
    • API Playground
    • Get started
    • Error messages
    • Access scopes
    • Introduction to general concepts
  • Home>
  • Guide>
  • Error messages

Error messages

Below you will find some common error messages you may encounter when using the Induct API.

HTTP status codes

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.

Example error message

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

↑ Back to top

© Induct Software AS