Skip to main content
PATCH
Update a webhook (dashboard)

Authorizations

Authorization
string
header
required

Clerk dashboard session JWT. Used on dashboard, billing, playground, and admin console routes only:

These are human-session credentials, not API keys. The dashboard frontend must never send authoritative account IDs, plan values, quota counters, Stripe IDs, or API-key actor fields — the server derives ownership from the session. Admin console routes additionally require the custom admin_role claim (admin or support) on the same verified session JWT; writes require admin.

Path Parameters

id
string
required

The webhook config id.

Body

application/json

All fields optional; nil/absent means unchanged.

url
string | null
events
string[] | null
high_risk_threshold
integer | null
Required range: 1 <= x <= 100
redact_email
boolean | null
is_active
boolean | null

Response

Updated webhook config (no secret).

webhook
object
required
metadata
object
required