Get category spending summary

Get a summary of spending/income by category for an entity within a specified date range. This provides insights into transaction patterns and amounts by category.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

entityIdstringRequired
The ID of the entity
startDatedateOptional

Start date for the summary (ISO 8601 format)

endDatedateOptional

End date for the summary (ISO 8601 format)

typeenumOptionalDefaults to ALL
Filter by category type
Allowed values:

Response

Category summary retrieved successfully
summarylist of objects or null
periodStartdatetime or null
Start of the summary period
periodEnddatetime or null
End of the summary period
totalExpensesdouble or null
Total expenses across all categories
totalRevenuedouble or null
Total revenue across all categories