What is a webhook for REST APIs?
- It is an HTTP redirect to forward the API request to another web service.
- It is an HTTP PUT message to update information on a website.
- It is an HTTP UPDATE message to notify the user that an API request is successfully completed.
- It is an HTTP callback to a URL to notify the client application that an event has occurred.
Explanation: A webhook is an HTTP callback, or an HTTP POST, to a specified URL that notifies the client application when a particular activity or event has occurred in one of the resources on the platform.
Exam with this question: 4.9.3 Module 4: Understanding and Using APIs Quiz
Please login or Register to submit your answer