(blue star) Error message: Invalid or empty access token.

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

(blue star) Solution

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


(blue star) Error message: Access token expired.

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

(blue star) 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.


(blue star) Error message: Request to an unknown or unavailable platform.

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

(blue star) 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.

(blue star) Related articles

The content by label feature automatically displays related articles based on labels you choose. To edit options for this feature, select the placeholder and tap the pencil icon.