Add Event Subscriptions

This endpoint is designed to specify the webhook ID in the path parameter and provide the events to be added, facilitating the addition of subscriptions to existing events for a webhook.

The request requires path parameters in a valid GUID format.
It will be used to add additional subscriptions to the existing subscriptions.

Sample request:

PUT api/v1/Webhooks/af2d48de-2ad7-42f8-a252-8422cd9e6078/subscriptions
{
    "events":[101, 102]
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
👍

Documentation

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

Path Params
string
required

The unique identifier assigned to a webhook

Body Params

Array for event code(s) associated with the webhook.

DTO for the endpoint /{webhoo_id}/subscriptions

events
array of int32s
required

List of subscriptions.
An integer array.

events*
Responses

Language
URL
LoadingLoading…
Response
Choose an example:
application/json