Skip to main content
POST
Test Webhook

Authorizations

X-API-Key
string
header
required

API key obtained from your GeniusForms dashboard

Path Parameters

id
integer
required

Form ID

Body

application/json
url
string

URL to test. If omitted, uses the form's configured webhook URL.

Example:

"https://example.com/webhook"

Response

Test result

success
boolean
Example:

true

statusCode
integer | null
Example:

200

error
string | null