post

POST /v2/webhooks/{webhook}/actions/checkHealth — Saved-URL health check

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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)

FieldTypeDescription
urlstringURL override. Omit to probe the webhook's saved URL

Response 200

{
  "reachable": true,
  "statusCode": 200,
  "latencyMs": 142,
  "checkedAt": "2026-05-30T14:00:00.000Z",
  "url": "https://api.example.com/webhooks",
  "persisted": true
}
Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!