Skip to main content

Test Webhook

Sends a synthetic webhook.test event to the webhook’s configured URL and returns the delivery result (HTTP status and latency). Use it to confirm a webhook endpoint is reachable and that signature verification works before relying on it. The test delivery goes through the same hardened path as real events: the resolve-and-pin SSRF egress (a test cannot reach a private/internal address) and the same HMAC signing. The attempt is recorded in the webhook’s delivery logs. Retries are disabled for the test so you get an immediate result.

Response

When delivery fails, success is false and error describes why:

Errors