chatformdocs
API referenceV1

Delivery queue status: pending, failed and delivered in the last 24 hours, per endpoint

GET
/v1/webhooks/stats

Authorization

AuthorizationBearer <token>

A server-side secret key. Never send one from a browser — a request carrying an Origin header is refused for this reason.

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/webhooks/stats"
{  "total": {    "pending": 0,    "failed": 0,    "delivered24h": 0,    "lastDeliveredAt": 0  },  "endpoints": [    {      "pending": 0,      "failed": 0,      "delivered24h": 0,      "lastDeliveredAt": 0,      "webhookId": "string"    }  ]}