cURL
curl --request POST \ --url https://api.vatly.dev/v1/webhooks/test
{ "data": { "success": true, "status_code": 123, "duration_ms": 123 }, "meta": { "request_id": "550e8400-e29b-41d4-a716-446655440000", "cached": true, "cached_at": "<string>", "stale": true, "source_status": "live", "mode": "test", "request_duration_ms": 120 } }
Sends a test event to the configured webhook URL. Requires an active webhook configuration.
Test delivery result
Show child attributes