By subscribing to a particular type of webhook, the type of event being passed will dictate the specific webhooks that will be dispatched.

The webhooks will be delivered to the URL specified in the payload_url field. The delivery of the webhook will be carried out using an HTTP POST request, where the webhook JSON object will be included in the request body.

This subscription request contains the following attributes within its body:

Language
Authorization
Header
Click Try It! to start a request and see the response here!