Skip to main content

Send a signed test payload to a webhook URL

POST 

/webhooks/:id/test

Sends a synthetic ping (payload has data.test: true) so you can verify signature validation end-to-end. The delivery result is returned inline; no delivery row is stored. Always responds 200 — check data.ok for the delivery outcome.

Request

Responses

Test delivery result (ok=false means your endpoint failed)