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
}

Documentation Index

Fetch the complete documentation index at: https://docs.myaza.co/llms.txt

Use this file to discover all available pages before exploring further.

This endpoint supports both API key (X-API-Key header) and Bearer token (Authorization: Bearer <JWT>) authentication.
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%)