Stat Summary
Get summary statistics
Endpoint
GET /api/v1/health/stats
Headers
Content-Type:application/json
x-client-key:ck_live_avetium_456
Example Request
curl -X GET \
curl --location '{{baseurl}}/api/v1/health/stats'
-H "accept: application/json"
Success Response
{
"outbound_invoices": 2,
"inbound_invoices": 0,
"webhooks": 0,
"retry_events": 0
}