Beginner
Web & Software Development
Q24 / 100
What is a webhook?
Correct! Well done.
Incorrect.
The correct answer is B) An HTTP callback that notifies your application of events by sending HTTP POST requests to a configured URL when the event occurs
B
Correct Answer
An HTTP callback that notifies your application of events by sending HTTP POST requests to a configured URL when the event occurs
Explanation
Webhooks (reverse APIs / push APIs): instead of polling, the service calls your URL. Example: Stripe sends payment events to your webhook URL. You respond with 200 OK to acknowledge receipt.
Progress
24/100