Getting invalid access token, does not contain scopes on Webinar API?

Hi,

Via webinar api when i am trying to get the registration list, attendees list, poll, and quizzes via API then i am getting the below response.

{
“code”: 4711,
“message”: “Invalid access token, does not contain scopes:[webinar:read:webinar, webinar:read:webinar:admin].”
}

Hi @global
Thanks for reaching out!
Make sure that your user has the right permissions enabled for your role so you will be able to see the scopes available for your app. An admin on your account will need to grant you permission to create and manage webinars

Here is a link to our Docs:

This guide might also be helpful for you

All the permission been applied still i am facing the same issue.

Interesting @global
Could you please share the way you are generating the token (entire request URL) and the request URL you are sending to the webinar endpoint so I can take a closer look to this issue