Webhook Request Method Issue — Receiving GET Instead of POST

Hi Team,

We have identified an issue while working with one of our webhook integrations. After verifying with our engineering team, we found that the webhook endpoint is being called by Zoom using a GET request, whereas our leadsquared system is configured to expect a POST request.

As a result, we’re encountering a method mismatch error on our end.

According to the Zoom Developer Documentation, webhook event notifications should be sent via POST, but in this case, we are receiving a GET call instead.

Could you please confirm if this is expected for any specific event type or configuration?
If not, is there any way to ensure that webhook requests are sent using the POST method?

Thank you for your help!

Hi @Developer1
Thanks for reaching out to us and welcome to the Zoom Developer Forum!
This is not expected; you should be receiving a POST request for webhooks.
Is there a way you could share the payload you received, including the request headers please