Getting Null response webhook notification

I have give a proper URL back to my site. It hits the url each time notifications is pushed. But the response provided is null.(POST is empty)

Hi @knectlearn

Could you let us know which webhook event is causing this? Also what is the app ID so that we can take a closer look?

Thanks

Initially, We had enabled notification for all the event for testing purpose. We received a notification every time an event occurred but the response POST was empty for all events.
Here is the web hook id: FOzbCIIJQ3icXVDmziWHVQ

Thanks for the quick reply.
$json_post_data = file_get_contents(“php://input”);
This line did the trick to fetch data from the zoom webhook.

Hi @knectlearn,

That was able to work out for you. Let us know if you have any other questions.