API Reference
Integrate your ledger data with REST and WebSockets
The FinFlow API is structured around REST principles. All requests require authentication using a secret token passed in the headers.
GET/api/metrics
Retrieve high-level financial metrics (MRR, ARR, Churn, DAU) for your organization.
Headers:
Authorization: Bearer <YOUR_API_KEY>POST/api/export
Trigger an asynchronous export of financial metrics in PDF, CSV, or Excel format.
Headers:
Authorization: Bearer <YOUR_API_KEY>