Retrieves a Monthly Recurring Revenue (MRR) report.
Use MRR reports to view information on the predictable recurring revenue for your business over a period of months.
Report retrieved.
Array of objects Monthly Recurring Revenue (MRR) data. | |
Unauthorized access. Invalid credentials 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
}
}
]
}