Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 43

Which type of HTTP method is used by the Meraki and Webex Teams APIs to send webhook notifications?

Answer options

Correct answer: A

Explanation

The correct answer is A, HTTP POST, as this method is designed to send data to a server, which is essential for webhook notifications. The other options, such as HTTP GET, are primarily for retrieving data, while HTTP HEAD is used to fetch headers and HTTP PUT is used for updating existing resources, making them unsuitable for sending notifications.