Reports
Burn rate reports
Burn rate reports for the authenticated team.
get/reports/burn-rate
Query parameters
fromstring required
Start date (ISO 8601 format)
Example:2023-01-01
Start date (ISO 8601 format)
tostring required
End date (ISO 8601 format)
Example:2023-12-31
End date (ISO 8601 format)
currencystring
Currency code (ISO 4217)
Example:USD
Currency code (ISO 4217)
Response
Burn rate reports for the authenticated team.
Example response
[
{
"date": "2024-01-01",
"value": 647366.44,
"currency": "SEK"
}
]