Server-To-Server OAuth Webinar Scope

API Endpoint(s) and/or Zoom API Event(s)
https://api.zoom.us/v2/webinars/{webinar_id}

Description
When I try to get a webinar schedule, I get the following message: “4711: Invalid access token, does not contain scopes:[webinar:write, webinar:write:admin, webinar:read, webinar:read:admin]” .
It seems like I need to add a scope, but what name should I add? (The item mentioned in the error message is not available as an option)

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

How To Reproduce

  1. Request URL : https://api.zoom.us/v2/webinars/{webinar_id}
    Header : authorization: Bearer {token_id}, content-type: application/json
  2. Server-To-Server OAuth
  3. code: 4711

Hi @akira.k
By the error message that you are getting, it looks like you need to add Webinar scopes to your app.
And by looking at this screengrab, it looks like you probably do not have the right settings in your role to access webinar data.
Please, reach out to the admin or owner of your account, so they can grant you permission to access webinar data.

Refer to this post if needed

Cheers,
Elisa

Hi @elisa.zoom

I was able to confirm that I had administrator privileges and was able to see the scope related to the webinar.

Thank You!

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.