API Endpoint(s) and/or Zoom API Event(s)
I’m not sure what scopes and webhook events I should be using. I do have the authorization endpoint working but that doesn’t fire in every situation. I also have the RTMS start and stop webhooks working but I’ve tried adding the Billing/Entitlement added/removed for user events.
Description
I have a user managed rtms application in zoom marketplace as a dev app that I’m trying to test. I have a payment account, and pricing plans set for my app. Under the DEV/Local tab I am adding users in the “Assign test user licenses” section but I’m not getting a callback. What scopes and webhooks can I set up to get Zoom to send me when a user is assigned or removed from assignment?
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Oauth is working testing locally pointing at https://cs-zoomapp.ngrok.app/api/zoomapp/auth
And my RTMS webhooks are working as well at https://cs-rtms-webhook.ngrok.app/hook
But the entitlements webhooks that I’m pointing at https://cs-zoomapp.ngrok.app/api/zoomapp/entitlements-webhook never get called
**
Error?**
I don’t get any webhook call back to my endpoint when I add a user to the “Assign test user licenses” section of my app.
How To Reproduce
Steps to reproduce the behavior:
1. Try everything… nothing fires!