Skip to main content
PATCH
Update a webhook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhookId
string
required

The ID of the webhook to update

Body

application/json
formId
string
required

The ID of the form the webhook is for

url
string
required

The URL to send webhook events to

eventTypes
enum<string>[]
required

Types of events to receive

Available options:
FORM_RESPONSE
isEnabled
boolean
required

Whether the webhook is enabled

signingSecret
string | null

Optional secret used to sign webhook payloads

httpHeaders
object[] | null

Optional custom HTTP headers to include in webhook requests

Response

Webhook updated successfully