Versions Compared

Key

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

...

Code Block
{
  "error": {
    "operation": null,
    "date": "2020-12-15T10:00:45.4858252Z",
    "title": "Token invalid or expired.",
    "details": "Token invalid or expired.",
    "errorurl": null,
    "messages": [
      {
        "title": "Not authenticated",
        "details": "API construct session from token failed with error: Not authenticated",
        "errorurl": null
      }
    ]
  },
  "reason": "Not authenticated - API construct session from token failed with error: Not authenticated"
}

429 -

...

Throttled

You receive this error when you reached the hourly allowance for API calls.

...