/webhooks/{id}/testTest a webhook endpoint
Sends a signed `webhook.test` payload to the endpoint and reports the result. This does not record a delivery. Always responds 200.
Example response
json
{
"data": {
"success": true,
"endpoint_id": "62744637-a8b9-4c0d-9e2f-304152637485",
"response_status": 200,
"response_body": "ok",
"latency_ms": 142
}
}