I am attempting to use the Create an event subscription Marketplace API method (Marketplace APIs - Zoom Developers), but I’m getting an error that I need to enable the scope for marketplace:write:event_subscription
when making the request. I was attempting this using a Server to Server OAuth app with account level access to authorize the request, but I can’t find that scope in the app settings to enable it. The closest scope seems to be marketplace:write:app:master
, but adding that scope didn’t resolve the issue. I tried checking the scopes in different app types as well, such as General apps with either account or user level access, but the scope wasn’t in the dialog for those either, though I haven’t attempted making the request from a different app yet.
Is there another way I’m supposed to be authorizing or using this method? Thanks for your help!