v1

latestOpenAPI 3.1.0AGPL-3.0 license2026-07-1210336283.6 KB
Reports

Spending reports

Spending reports for the authenticated team.

get/reports/spending

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

Spending reports for the authenticated team.

namestring required

Spending category name

slugstring required

Spending category slug

amountnumber required

Amount spent in this category

currencystring required

Currency code (ISO 4217)

colorstring required

Color code for the category

percentagenumber required

Percentage of total spending for this category

Example response

[
  {
    "name": "Taxes",
    "slug": "taxes",
    "amount": -1256445,
    "currency": "SEK",
    "color": "#8492A6",
    "percentage": 44
  }
]