Endpoint Overview
/api/webhooks/v4/webhooks/api/webhooks/v4/webhooks/api/webhooks/v4/webhooks/{webhook_id}/api/webhooks/v4/webhooks/{webhook_id}/api/webhooks/v4/webhooks/{webhook_id}/pause/api/webhooks/v4/webhooks/{webhook_id}/unpause/api/webhooks/v4/webhooks/api/webhooks/v4/webhooks/api/webhooks/v4/webhooks/{webhook_id}/api/webhooks/v4/webhooks/{webhook_id}/api/webhooks/v4/webhooks/{webhook_id}/pause/api/webhooks/v4/webhooks/{webhook_id}/unpauseLists all webhooks that were registered for the current user and their status.
The current actor needs the legacy permission WEBHOOK_MANAGEMENT.
show_authentication booleanToggle showing webhook authentication info on response.
200 OKAdds a new webhook to the tenant's webhook registry.
The webhook will immediately start to receive user-visible events of the specified type as they occur.
The current actor needs the legacy permission WEBHOOK_MANAGEMENT.
subscription objectrequiredDescribes the types of events the webhook is subscribed to.
url stringrequiredThe callback URL of this webhook. Events this webhook is subscribed to will be delivered to this URL. Only accepted protocol is HTTPS.
201 CreatedReturns the webhook with the specified id, provided that it exists and the user is allowed to see it.
The current actor needs the legacy permission WEBHOOK_MANAGEMENT.
webhook_id stringrequiredThe unique identifier of a Webhook.
show_authentication booleanToggle showing webhook authentication info on response.
200 OKRemoves the specified webhook from the webhook registry.
No more events will be delivered to this webhook and any queued events will be lost.
The current actor needs the legacy permission WEBHOOK_MANAGEMENT.
webhook_id stringrequiredThe unique identifier of a Webhook.
200 OKPauses the specified webhook. A PAUSED webhook is not delivering events until reactivated, but events are buffered.
The current actor needs the legacy permission WEBHOOK_MANAGEMENT.
webhook_id stringrequiredThe unique identifier of a Webhook.
200 OKWebhook is reactivated and will resume delivery of events.
The current actor needs the legacy permission WEBHOOK_MANAGEMENT.
webhook_id stringrequiredThe unique identifier of a Webhook.
show_authentication booleanToggle showing webhook authentication info on response.
200 OK429 Too Many Requests