Skip to main content
GET
/
webhooks
/
admin
/
stats
{
  "timestamp": "2025-01-21T16:30:00Z",
  "webhooks": {
    "total": 25,
    "active": 20,
    "inactive": 5
  },
  "dispatcher": {
    "status": "running",
    "workers": 4,
    "processed_today": 1500,
    "avg_response_time": 120
  },
  "queue": {
    "pending_events": 15,
    "retry_events": 3
  },
  "performance": {
    "success_rate": 98.5,
    "avg_processing_time": 150
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

✅ Estatísticas obtidas com sucesso