Event subscription scope

I am trying to add the event subscription programmatically, however it looks like existing scopes are not enough and I need an extra scope:

{“code”:201,“message”:“Invalid access token, does not contain scopes:[marketplace:write:event_subscription].”}

I am following Elisa’s article ( Enabling Event Subscriptions Programmatically )

  1. If I add that scope right now to our app that is already approved in the marketplace, will it break anything such as disable the app in the marketplace etc?
  2. Would I need to apply for approval process and if so how long would it possibly take?

Sebastian

hi @Sebastian3 ,

You want to add a new scope for your app?
Adding this to your development version will not affect the live app

You can then test your development version and confirm it works
Yes, you will then need to submit the new version for approval from Zoom to go live.

As it is such a small change, I would think it could get quick approval. OI don’t believe there are any large delays at present.
Your users will then need to “approve” the change, as they must confirm approval of adding the extra scope.

@elisa.zoom Did I miss anything?

Hope that helps

John

Hi @expertswho
Thanks for jumping in here! you are spot on!

@Sebastian3 can you please confirm what endpoint are you trying to call when getting that error? you should not need to add the scopes manually, as you can see in the guide, you need to generate an access token using grant_type=client credentials and you will be able to get an access token with the right scopes