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
}
Get delivery statistics for your webhook events
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
}
95.0 = 95%)