Webhooks
Update Webhook
Update a webhook URL, events, or active status
PATCH
Overview
Update an existing webhook’s URL, subscribed events, active status, or description. Only the fields you include in the request body will be updated. Auth: Requires JWT token (Authorization: Bearer <token>). Only the webhook owner can update it.
Path Parameters
The webhook UUID to update
Body Parameters
All fields are optional. Include only the fields you want to change.New HTTPS URL. Must start with
https://.New set of event types to subscribe to.
Set to
false to pause deliveries without deleting the webhook, or true to re-enable.Updated description.
