Validating endpoint URL in ASP.NET MVC

Hello, I need to validate my endpoint URL in ASP.NET MVC

Hi @MrMustafa doesnt matter which backend you use, your endpoint needs to be able to handle the webhook validation part. Here is a sample code: GitHub - zoom/webhook-sample: Receive Zoom webhooks.

@MrMustafa Here is already shared working sample using ASP.net C# (Core)

Link

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