Webhooks

Update a builder webhook destination

Updates name, HTTPS URL, event types, or enabled state. URL changes force pending_verification and return a new verification token.

patch/api/v1/webhooks/{id}

Path parameters

idinteger required

Webhook endpoint id owned by the authenticated API key user.

Request body

namestring
urlstring uri
event_typesWebhookEventType[]
enabledboolean

Response

Webhook destination

object'webhook' required

Changes