cURL
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 }
Get key billing metrics for the dashboard.
Was this page helpful?