Link to home
Start Free TrialLog in
Avatar of nightshadz
nightshadzFlag for United States of America

asked on

Help understanding how to receive a callback from a REST API

I want to implement the Webhook APIs from zoom.us using ASP .NET Core 2.1 Web API, but I'm not sure how to configure this to test in Visual Studio 2017 IDE. Since it requires me to configure an application URL where it will send callbacks to my APIs, how can I set this up locally for debugging when IIS Express uses localhost as the site name? Will I need a public facing webserver/site to publish my code to?
Avatar of lankapala
lankapala

find end point
Avatar of nightshadz

ASKER

Run my application, leave it running, and wait for the callback?
ASKER CERTIFIED SOLUTION
Avatar of Swatantra Bhargava
Swatantra Bhargava
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you!