Send Test Webhook
Sends a ping event to this endpoint synchronously through the real signing and
delivery pipeline, and returns the resulting WebhookDelivery plus a succeeded
boolean. The endpoint must have status: enabled. Requires the webhooks:write scope.
Authorizations
API key in the Authorization header: Bearer qr_live_… or Bearer qr_test_…. Token endpoints take a Clerk session JWT instead.
Path Parameters
Response
Delivery result
"whd_aB3dE5fG7hI9jK1m"
"webhook_delivery"
"evt_aB3dE5fG7hI9jK1m"
"whe_aB3dE5fG7hI9jK1m"
pending, succeeded, failed x >= 0Populated only while status is pending; null otherwise.
HTTP status code returned by the endpoint on the last attempt.
First 1,024 characters of the response body from the last attempt.
Error message from the last failed attempt (e.g. connection refused, timeout).
true if the endpoint responded with a 2xx status code.

