Add Event Subscriptions

This endpoint adds additional subscriptions to existing webhook event subscriptions.

The request requires path parameters in a valid GUID format. You must include the webhook ID in the path parameter and in the body, an array of the events to be added. Sample request:

PUT api/v1/Webhooks/af2d48de-2ad7-42f8-a252-8422cd9e6078/subscriptions
{
    "events":[101, 102]
}
👍

Documentation

For more information on how to add event subscriptions, see Manage Event Subscriptions.

Language