Base path
/api/v1 (accounting routes are not prefixed with a product slug)
Authorization
Developer JWT + API key on every request. See Authorization.Operations and monitoring
| Endpoint | Purpose |
|---|---|
GET /api/v1 | Service root |
GET /api/v1/metrics | Prometheus scrape target |
Typical integration flow
- Set up chart of accounts and fiscal periods
- Post journal entries or create invoices/bills
- Reconcile banking and generate financial reports (PDF export via Utils)
Books product guide
GL, invoicing, and payroll integration.