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.
Webhooks are server-to-server callbacks triggered by events.
👉 Example: Stripe API calls your endpoint /payment/confirmed when a payment
succeeds.