Mid REST API

What are webhooks, and how can they be used in a RESTful API?

Webhooks are server-to-server callbacks triggered by events.

👉 Example: Stripe API calls your endpoint /payment/confirmed when a payment

succeeds.

More from ASP.NET Core Web API Tutorial

All questions for this course