Send a synthetic ping event to verify a webhook endpoint
Sends a {type: "ping", webhook_id, sent_at} payload to the
webhook’s configured endpoint, signed with the same HMAC-SHA256
scheme used for live deliveries. Returns the destination’s HTTP
status and (truncated) response body. The delivery is ephemeral
and is not written to the delivery log. Same RBAC as create
(member+) and plan gate (Pro+).
Authorizations
SDK API key (tl_...) or Clerk session JWT
Path Parameters
Response
Test delivery completed; destination response captured
Result of a POST /v1/webhooks/{id}/test synthetic delivery.
status is the destination's HTTP response code, or 0 when the
destination was unreachable (DNS failure, refused connection,
TLS error, timeout). body is the destination response body
truncated at 4 KiB.