Skip to main content
PATCH
Update Webhook

Request

Path Parameters

string
required
The webhook’s unique ID (UUID)

Headers

Requires an API key with the webhooks:write permission. All body fields are optional — only include the fields you want to change.

Body Parameters

string
New HTTPS target URL. Must start with https:// and not resolve to a private IP.
array
Replacement array of event type strings. This replaces the full list — it is not merged. To remove an event, send the array without it.
boolean
Pause (false) or resume (true) deliveries without changing configuration.
string
Update the human-readable description.

Response

object
The signing secret does not change on update. To rotate the secret, delete and recreate the webhook.

Example Response

Errors