X-API-Key: ********************curl --location 'https://api.snakk.ai/api/stats/daily?days=' \
--header 'X-API-Key: <api-key>'{
"period_days": 30,
"daily_stats": [
{
"date": "2026-06-24",
"total_calls": 12,
"completed": 10,
"failed": 2,
"inbound": 8,
"outbound": 4,
"total_minutes": 34,
"total_seconds": 2040,
"with_recording": 5
}
]
}