API Endpoint(s) and/or Zoom API Event(s)
developers zoom us /docs/api/marketplace/#tag/app/post/marketplace/app/event_subscription
Description Right now, I am using the above mentioned event_subscription API to subscribe for interested events using the ‘client_credentials’ access token for a marketplace app. It’s all working fine; I get webhook event notification and I am able to fetch meeting details for all the clients under the account for which it’s subscribed to.
However, now, I would want to subscribe for same events for multiple different accounts. Please note, the plan is to publish this marketplace app so that it can be accessed by different zoom accounts.
So I would want to know if there is any upper limit for subscription using this above event subscription API.
Please let me know if there is any upper/maximum limit set for subscription.
I am aware of the rate limits related to the APIs.
However, my concern was not related to this. I would like to know if there is any limit on subscribing to events for multiple customers. i.e. since we are taking the client-credential token specific to a marketplace app, and using this token while calling the event_subscription APIs, so wondering if there is any limit here.
Consider, there are 1000 customers accounts to which I would want to subscribe to meeting events using this event_subscription API, so hope it would allow me to execute these many.
@ucczoomaruba the rate limit is the same regardless of whether you want to do this for multiple different accounts because it’s your credentials that were used to create the token and make request at the app level. There may be response headers for this endpoint where you can see your specific rate limit. Additionally, your admin portal dashboard on Zoom Marketplace should also indicate your rate limit and usage. See this thread for more info.