API Reference
Send a test event to a webhook to verify connectivity.
cURL
curl --request POST \ --url https://api.example.com/v1/webhooks/{webhook_id}/test
{ "success": true, "duration_ms": 123, "http_status": 123, "error": "<string>" }
Successful Response