Application Overview
The AIB Balance Tracker dashboard is a companion to the CLI balance fetcher. It provides a lightweight web interface for monitoring retrieved balances, exposing JSON endpoints, and hosting the OAuth redirect URI required by AIB Open Banking.
Key Endpoints
/
: balance dashboard/policy
: privacy and data usage policy/app
: application description (this page)/oauth/callback
: OAuth 2.0 redirect URI for authorisation codes/api/balances
: JSON representation of stored balances/healthz
: health check endpoint for uptime monitoring
Using the Dashboard
- Run the CLI fetcher locally or on this host to populate
balances.db
. - Copy
balances.db
intoAIB Balance Tracker
's data directory. - Refresh the dashboard to view the latest balances and historical snapshots.