Test Webhook
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
success is false and error describes why:
Errors
| Status | Type | Description |
|---|---|---|
| 404 | not_found | No webhook with that ID in the current mode (Live/Sandbox) |
| 403 | permission_denied | Tenant policy denies the test action on webhook |