Skip to main content
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

webhook_id
string
required
The webhook UUID to update

Body Parameters

All fields are optional. Include only the fields you want to change.
url
string
New HTTPS URL. Must start with https://.
events
string[]
New set of event types to subscribe to.
is_active
boolean
Set to false to pause deliveries without deleting the webhook, or true to re-enable.
description
string
Updated description.

Example