Parameter | Type | Description |
---|---|---|
startDate | string | Filter by start date (ISO format) |
endDate | string | Filter by end date (ISO format) |
groupBy | string | Group results by time period |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Query Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
startDate | string | query | ā | Filter by start date (ISO format) |
endDate | string | query | ā | Filter by end date (ISO format) |
groupBy | string | query | ā | Group results by time period |
Responses
ā 200 - Transactions summary retrieved successfully
ā ļø 400 - undefined
ā ļø 401 - undefined
ā 500 - undefined
Tags
Accounting
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
Filter by start date (ISO format)
Filter by end date (ISO format)
Group results by time period
Available options:
day
, week
, month
, year