POST
/
webhooks

Authorizations

Authorization
string
header
required

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

Body

application/json
eventTypes
enum<string>[]
required

Types of events to receive

Available options:
FORM_RESPONSE
formId
string
required

The ID of the form to create the webhook for

url
string
required

The URL to send webhook events to

externalSubscriber
string

Optional identifier for the external subscriber

httpHeaders
object[] | null

Optional custom HTTP headers to include in webhook requests

signingSecret
string | null

Optional secret used to sign webhook payloads

Response

201 - application/json
createdAt
string
eventTypes
enum<string>[]
Available options:
FORM_RESPONSE
id
string
isEnabled
boolean
url
string