QuestionQ160

Understanding and Using APIs

Which HTTP method do webhooks use to notify a listener of an event change?

  • A PUT
  • B POST
  • C PATCH
  • D GET
Explanation

Webhooks conventionally use an HTTP POST request to deliver an event payload to the listener’s callback endpoint.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!