Zoom Webhooks are not getting called

Description
I am currently developing an OAuth app using a using a ngrok tunnel, my webhook endpoint looks like
https://name-0f-my-subdomain.ngrok.io//webhooks/zoom/meeting
I am trying to listen to the meeting start/end event. From document I understand these two event are available for all type of accounts.

Error
Webhhok endpoint is not receiving any call

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Which Endpoint/s?
Event Subscriptions

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Create new Event Subscriptions with Event Type
    a. Start meeting
    b. End meeting
  2. Start a meeting

Screenshots (If applicable)

Had similar issue. Try reauthorizing.

I tried reauthorizing, nothing change. Webhook doesn’t get called.

Problem got resolved after few more re-authorization attempts.

Sorry to hear about the difficulty getting this to work, glad to see reauthorization worked :slight_smile: