Getting error "Insufficient permissions" for API "eventsubscriptions" | XM Community
Solved

Getting error "Insufficient permissions" for API "eventsubscriptions"

  • 23 February 2021
  • 2 replies
  • 199 views

Userlevel 1

I have set scope "manage:subscriptions" and "read:subscriptions" to my Client ID through web interface. After this we generated the Bearer Token from API "https://{datacenterid}.qualtrics.com/oauth2/token" for scope "read:subscriptions" and used the generated token in get-event subscriptions API call "https://{datacenterid}.qualtrics.com/API/v3/eventsubscriptions", I am getting below error:
{
   "meta": {
       "httpStatus": "401 - Unauthorized",
       "error": {
           "errorMessage": "Insufficient permissions.",
           "errorCode": "ESG_1"
       },
       "requestId": "6f62d98d-f70c-4cb0-9d6e-f33888dae087"
   }
}
Please help me to resolve this error.

icon

Best answer by edtechevidence 16 February 2022, 16:29

View original

2 replies

Badge

I'm running into the same issue. Were you able to resolve?

Badge +1

I am getting the same error on the same call. Has anyone been able to resolve this?

Figured it out:
Administrator Request
To use this call you must be a Qualtrics brand administrator

Leave a Reply