I am not getting Webhook response in my application

I am implementing zoom meeting API for my LMS application, for that, I enabled event subscription to catch responses when recording is available.
i added postback URL also but i am not getting any response from webhook on my postback page. so please help me to get a webhook response

my postback URL is:
http://testcase25.teachpupil.com/zoom/index

Hey @nayan,

Thank you for reaching out to the Zoom Developer Forum. One thing I’m noticing is that your endpoint URL uses HTTP whereas our webhook event endpoints require HTTPS:

If that doesn’t help, make sure that your endpoint returns a 200 OK status on receipt of a webhook event.

Thanks,
Max

HI MaxM

Thank you so much for your reply. It is working now for us.

1 Like

Great! I’m glad to hear that helped.

Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.