Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleExample application/json
collapsetrue
{
    "code": 401,
    "error": "HTTP 401 Unauthorized"
}
403 - the token provided isn't valid anymore

Type: application/json

Code Block
titleExample application/json
collapsetrue
{
    "code": 403,
    "error": "HTTP 403 Forbidden"
}
404 - the instance or report doesn't exist

...