Get Cashflow
Return bounded monthly cash receipts, refunds, expenses, and net cash in the lab reporting currency.
Return bounded monthly cash receipts, refunds, expenses, and net cash in the lab reporting currency.
__Secure-guidelab-prod.session_token<token>
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Query Parameters
period?string
Default
"7m"Value in
- "7m"
- "12m"
- "ytd"
Response Body
application/json
application/json
curl -X GET "https://example.com/finances/cashflow"{ "period": "7m", "currency": "string", "from": "string", "to": "string", "points": [ { "month": "string", "receipts": "string", "refunds": "string", "expenses": "string", "net": "string" } ], "totals": { "receipts": "string", "refunds": "string", "expenses": "string", "net": "string" }}{ "error": "string", "code": "ORGANIZATION_CONFIGURATION_INVALID"}Get Aged Balances GET
Retrieve aged balance report across all partner clinics. Lab-only. Breaks down outstanding amounts into current, 30-day, 60-day, and 90+ day buckets with per-clinic and grand totals.
Get Finance Account GET
Retrieve financial summary for a specific clinic account. Lab-only. Returns total invoiced, paid, outstanding, overdue, credit balance, and last payment date.