Description
I’m trying to do a very simple integration with my company’s app, where we have a button that can create a Zoom meeting. I have a lot of the authorization workflow working, but some of the scopes seem to not be giving me the access I need from them. This endpiont, for example:
https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetings
My app has the meeting:read
and meeting:write
scopes. However, I get the following error when requesting the above endpoint:
Invalid access token, does not contain scopes: [zms:meeting:read, meeting:read:admin, zms:meeting:write, meeting:write:admin]
I’m not sure what the difference is between these scopes and the ones that I have, and I can’t find them in the menu when selecting scopes in the App Marketplace. I’d appreciate some help resolving this.
Error
Invalid access token, does not contain scopes: [zms:meeting:read, meeting:read:admin, zms:meeting:write, meeting:write:admin]
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetings