Fetch monthly revenue and expenses
Returns one monthly bucket with revenue and expenses for each of the last 12 months.
GET
/v1/reports/monthly-revenue-expenses Authorization
Authorization string header required API key in the format
ll_.... Pass as a Bearer token. Responses
200
Success
GET
cURL /v1/reports/monthly-revenue-expenses -cmd">curl --request -method">GET -punct">\
--url 'https://api.ledgerlou.de/v1/reports/monthly-revenue-expenses' -punct">\
--header 'Authorization: Bearer ll_your_key' 200 Response
JSON [
{
"month": "<string>",
"revenue": 1,
"expenses": 1
}
]