Fetch P&L summaries
Returns profit and loss summaries over a specified time range. This endpoint is useful for displaying charts and comparisons, as the summaries are less detailed than the full P&L report but a range of months can be queried at the same time.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Content-Type must be set to application/json.
Path Parameters
The UUID of the business to fetch the profit and loss for.
Query Parameters
The starting year for the summaries range (e.g. 2024).
The starting month for the summaries range (1–12).
1 <= x <= 12The ending year for the summaries range (e.g. 2024).
The ending month for the summaries range (1–12).
1 <= x <= 12Accounting basis for the report.
ACCRUAL, CASH P&L structure template to use.
Tag key to filter results by (use together with tag_values).
Comma-separated tag values to filter results by (use together with tag_key).