Hanzo
OpenapiWebhook

Sends ONE signed test event to the endpoint right now and answers the outcome…

Sends ONE signed test event to the endpoint right now and answers the outcome inline, so the console can show whether the subscriber is reachable without…

POST /v1/webhook/{id}/test

Addresshttps://api.hanzo.ai/v1/webhook/{id}/test
MethodPOST
Operationpost_webhook_by_id_test
AuthAuthorization: Bearer $HANZO_API_KEY

Sends ONE signed test event to the endpoint right now and answers the outcome inline, so the console can show whether the subscriber is reachable without waiting for real traffic. It takes the same attempt path the bus dispatcher takes — one attempt, 10s timeout, no retry ladder — and records the result in the endpoint's delivery log. It works on a DISABLED endpoint too: validating one you have paused is the whole point.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyes

Response

StatusBodyMeaning
200testResultok

200 body — 4 fields.

FieldInTypeAlwaysDescription
deliveredbodybooleanDelivered is whether the subscriber accepted the test POST.
durationMsbodyintegerDurationMs is how long the single attempt took, in MILLISECONDS.
errorbodystringError says what stopped it.
httpStatusbodyintegerHTTPStatus is what the subscriber answered, or 0 if it never answered.

Failure carries the platform error shape — see Errors.

Examples

hanzo webhooks test <id>

Webhook API · All Hanzo APIs · Interactive reference

How is this guide?

On this page