Analytics - Summary
Get Historical Performance
Get historical earnings chart data for the team. Returns monthly aggregated revenue data for the specified time range.
post/api/analytics/summary/historical
Request body
Example request
{
"time_range": "12m"
}Response
Example response
[
{
"period": "2024-01",
"value": 5000
},
{
"period": "2024-02",
"value": 5500
}
]