Skip to main content
GET
/
webhooks
/
stats
/
summary
{
  "total_webhooks": 5,
  "total_events": 15000,
  "successful_events": 14250,
  "failed_events": 750,
  "success_rate": 95,
  "failure_rate": 5,
  "webhooks": [
    {
      "webhook_id": 123,
      "webhook_name": "Meu Webhook de Entrega",
      "total_events": 3000,
      "successful_events": 2850,
      "failed_events": 150,
      "success_rate": 95
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

Resumo estatístico obtido com sucesso