Read-only rollups of your billing data. There is a single endpoint here, meant for dashboards and reports rather than per-record work.
GET /billing-analytics/overview returns the aggregate billing picture in one response. Like all /api/v1 endpoints, it requires an API key in the X-API-Key header — requests without a valid key return 401. For the records behind those totals — invoices, transactions, credits, aging — reach for the Invoices and Financial APIs instead.
curl https://algapsa.com/api/v1/billing-analytics/overview \
-H "X-API-Key: $ALGA_API_KEY"Every endpoint links through to its full parameters, request and response schemas, and code samples.
GET/api/v1/billing-analytics/overviewAlgaPSAGet billing overview analytics