Webhook Delivery Summary
GET
/api/v1/webhooks/summaryRetrieve aggregated webhook delivery statistics for monitoring and debugging.
bash
curl https://exportcomments.com/api/v1/webhooks/summary \-H "X-AUTH-TOKEN: your-api-key"
Response200
json
{"total_webhooks": 2,"active_webhooks": 1,"total_events": 156,"successful_deliveries": 148,"failed_deliveries": 8}