Retrieve a monthly recurring revenue report.
Report was retrieved successfully.
Unauthorized access, invalid credentials were used.
Access forbidden.
const report = await api.reports.getMonthlyRecurringRevenue({ periodStart: '2016-09', periodEnd: '2017-09', limit: 20, offset: 0, tz: 0 });
{- "data": [
- {
- "period": "2022-06",
- "total": 245,
- "breakdown": {
- "new": 40,
- "reactivation": 25,
- "churned": 80,
- "contraction": 20,
- "expansion": 60
}
}
]
}