get
https://example.com
POST /v2/webhooks/{webhook}/actions/checkHealth — Saved-URL health check
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Probes the webhook's saved URL (or an override URL in the request body) and records the result against the webhook record (persisted: true).
For a pre-save check against an unsaved URL, use POST /v2/webhooks/actions/checkHealth instead.
Request body (optional)
| Field | Type | Description |
|---|---|---|
url | string | URL override. Omit to probe the webhook's saved URL |
Response 200
200{
"reachable": true,
"statusCode": 200,
"latencyMs": 142,
"checkedAt": "2026-05-30T14:00:00.000Z",
"url": "https://api.example.com/webhooks",
"persisted": true
}