Skip to main content
GET
/
webhooks
/
stats
/
overview
curl https://secureapi.gridlog.io/api/v1/webhooks/stats/overview \
  -H "Authorization: Bearer YOUR_JWT_TOKEN"
{
  "total": 1000,
  "delivered": 950,
  "failed": 30,
  "pending": 20,
  "successRate": 95.0
}
curl https://secureapi.gridlog.io/api/v1/webhooks/stats/overview \
  -H "Authorization: Bearer YOUR_JWT_TOKEN"
{
  "total": 1000,
  "delivered": 950,
  "failed": 30,
  "pending": 20,
  "successRate": 95.0
}
successRate
number
Percentage of webhooks delivered successfully (e.g., 95.0 = 95%)