Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 358
Which HTTP method is used by webhooks and notifies a listener about an event change?
Answer options
- A. PUT
- B. POST
- C. PATCH
- D. GET
Correct answer: B
Explanation
The correct answer is POST, as it is the HTTP method commonly used to send data to a server, which is essential for webhooks to notify listeners about event changes. PUT and PATCH are used for updating resources, while GET is used to retrieve data without making any changes.