Reports API
The Reports API provides access to computed financial reports, mirroring the reports available in the web UI.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/reports/balance | Daily cash position report |
Permissions
Reports endpoints require the reports:read permission. This permission is included in the full_access and read_only permission presets.
Related
- Accounts API - Manage accounts
- Transactions API - Access transaction data