v2

latestOpenAPI 3.0.1MIT2026-07-3138140196.0 KB
Webhooks

Update a webhook

Updates an existing webhook configuration.

patch/webhooks/{webhookId}

Path parameters

webhookIdstring required

The ID of the webhook to update

Request body

formIdstring required

The ID of the form the webhook is for

urlstring required

The URL to send webhook events to

signingSecretstring nullable

Optional secret used to sign webhook payloads

eventTypesEventType[] required

Types of events to receive

isEnabledboolean required

Whether the webhook is enabled

Response

Webhook updated successfully