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.
Documentation Index
Fetch the complete documentation index at: https://docs.layerfi.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Content-Type must be set to application/json.
The UUID of the business to fetch the profit and loss for.
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).