Docs/Analytics

Analytics & Reporting

Track performance metrics and generate detailed reports.

Get Message Statistics

GET /v1/analytics/messages?start_date=2024-01-01&end_date=2024-01-31

// Response
{
  "total_sent": 15420,
  "delivered": 14890,
  "failed": 530,
  "delivery_rate": 96.6,
  "by_channel": {
    "sms": 10000,
    "whatsapp": 5000,
    "voice": 420
  }
}

Available Metrics

  • Messages sent, delivered, and failed
  • Delivery rates by channel
  • Geographic distribution
  • Cost breakdown
  • Campaign performance