Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »


\uD83E\uDD14 Error message: Invalid or empty access token.

{
  "errors": [
    {
      "message": "Invalid or empty access token.",
      "category": "authError"
    }
  ]
}

\uD83C\uDF31 Solution

Missing access token: Make sure the authorization token has been inserted in the header in the correct format.


🤔 Error message: Access token expired.

{
  "errors": [
    {
      "message": "Access token expired.",
      "category": "expired"
    }
  ]
}

\uD83C\uDF31 Solution

Expired access token: In the API section in the system, make sure that the token is valid. For an OAuth2 token, request a token refresh.


🤔 Error message: Request to an unknown or unavailable platform.

{
  "errors":[
    {
      "message":"Request to an unknown or unavailable platform.",
      "category":"client"
    }
  ]
}

\uD83C\uDF31 Solution

Invalid access token: Make sure the authorization token has been inserted in the header in the correct format. The token is inserted in the header but is not valid.

Highlight important information in a panel like this one. To edit this panel's color or style, select one of the options in the menu.

  • No labels