webhook.ping
webhook.ping is a synthetic event you trigger yourself — from the
dashboard Webhooks page Fire ping button or
POST /api/v1/webhooks/{id}/ping. It is delivered only to the targeted subscription and
ignores that subscription’s eventTypes filter, so you can confirm an endpoint is
reachable and verifying signatures
without waiting for a real event.
It is never delivered to a subscription unless you explicitly fire it, and you cannot subscribe to it.
Payload
Like every event, webhook.ping uses the standard envelope. It has no underlying
resource, so relatedObject is null and data is empty.
When your endpoint returns 2xx for a ping, the subscription’s Last ping time updates in the dashboard.