Skip to main content
GET
/
api
/
v1
/
stats
/
dashboard
Dashboard Stats
curl --request GET \
  --url https://api.example.com/api/v1/stats/dashboard
{
  "mrr": 4850.00,
  "total_customers": 48,
  "active_subscriptions": 45,
  "open_invoices": 7,
  "overdue_invoices": 2,
  "revenue_this_month": 12400.00,
  "revenue_last_month": 11200.00
}
Returns summary statistics for the dashboard.
{
  "mrr": 4850.00,
  "total_customers": 48,
  "active_subscriptions": 45,
  "open_invoices": 7,
  "overdue_invoices": 2,
  "revenue_this_month": 12400.00,
  "revenue_last_month": 11200.00
}