nerdexam
Cisco

200-901 · Question #352

Which HTTP method is used by webhooks and notifies a listener about an event change?

The correct answer is B. POST. Webhooks typically use the HTTP POST method to notify a listener about an event change. When an event occurs, such as an update or a change in status, the webhook sends an HTTP POST request to a predefined URL (endpoint) provided by the listener. The payload of the POST request…

Understanding and Using APIs

Question

Which HTTP method is used by webhooks and notifies a listener about an event change?

Options

  • APUT
  • BPOST
  • CPATCH
  • DGET

How the community answered

(41 responses)
  • A
    2% (1)
  • B
    93% (38)
  • C
    5% (2)

Explanation

Webhooks typically use the HTTP POST method to notify a listener about an event change. When an event occurs, such as an update or a change in status, the webhook sends an HTTP POST request to a predefined URL (endpoint) provided by the listener. The payload of the POST request contains information about the event, allowing the listener to take appropriate actions in response to the event.

Topics

#Webhooks#HTTP Methods#API communication#Notifications

Community Discussion

No community discussion yet for this question.

Full 200-901 Practice