PATCH
/
webhooks
/
:id

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The ID of the webhook to update

Body

application/json
eventTypes
enum<string>[]
required

Types of events to receive

Available options:
FORM_RESPONSE
formId
string
required

The ID of the form the webhook is for

isEnabled
boolean
required

Whether the webhook is enabled

url
string
required

The URL to send webhook events to

httpHeaders
object[] | null

Optional custom HTTP headers to include in webhook requests

signingSecret
string | null

Optional secret used to sign webhook payloads