VerifycateDeveloper Docs

Update a webhook

PATCH/api/v1/workspaces/{slug}/webhooks

Update the workspace webhook endpoint

Updates the URL, subscribed event types, and enabled flag. Requires an active Pro seat.

Authorization

Scopecertificates:write
Authorization: Bearer vc_...

Path parameters

slug*string

Workspace slug

Example: acme

Body parameters

url*string

HTTPS URL that receives POST deliveries

Example: https://example.com/hooks/verifycate
event_types*string[]

Event types to subscribe to, or ["*"]

enabled*boolean

Whether deliveries are sent

Example: true