Get Webhooks
Gets details about all webhooks registered on the integration.
Returns a list of webhooks.
Contains webhook details as a response of listing webhooks.
Bad request
Forbidden due to insufficient privileges
Gets details about a specific webhook based on event type
Returns the requested webhook.
Contains details about a webhook.
The name of the webhook.
URL for the webhook to send events to.
List of event types this webhook subscribes on.
Indicates the status of the webhook. If true events will be sent on the webhook, otherwise (false) event sendout is disabled.
The webhook id.
Bad request
Forbidden due to insufficient privileges
Gets details about a specific webhook.
Returns the requested webhook.
Contains details about a webhook.
The name of the webhook.
URL for the webhook to send events to.
List of event types this webhook subscribes on.
Indicates the status of the webhook. If true events will be sent on the webhook, otherwise (false) event sendout is disabled.
The webhook id.
Bad request
Forbidden due to insufficient privileges
Last updated