We are beginning to test a new app, but I’m having trouble with some of the basics.
I’m able to authenticate and make API calls, but I’m not receiving webhooks.
I’m subscribed to 11 different events, and I’m just testing with meeting creation. Nothing ever hits my endpoints. I’ve also looked in the Webhook Logs and Legacy Webhook Logs (not sure what the difference is), but not receiving either.
Finally, I don’t know if there’s no webhook endpoint verification request in dev, but I’m not receiving that or seeing any way to re-issue a request in dev mode… I have not done any configuration of the app in Production mode.
Hi @Built
Thanks for reaching out to us and welcome to the Zoom Developer Forum.
You do not need to validate your endpoint in your development environment.
Please try making a POST request to your endpoint to verify that it is getting events.
Take a look at our Docs to make sure your endpoint is set up correctly: