List financial reports
/v1/financial_reports Scope: reports:readPreviously-generated reports, newest first.
Query parameters
typestringOptionalFilter by report type.
profit_losscash_flowbalance_sheetebitdarevenue_analysisexpense_breakdownfood_costlabor_costprime_costcustomRequest
curl https://api.tablezio.com/v1/financial_reports -H 'X-API-Key: tbz_…'Response
application/json
{ "object": "list", "data": [ /* financial_report */ ], "has_more": false, "next_cursor": null, "previous_cursor": null, "url": "/v1/financial_reports" }