The Up API gives you programmatic access to your balances and transaction data. You can request past transactions or set up webhooks to receive real-time events when new transactions hit your account. It’s new, it’s exciting and it’s just the beginning.
curl \ -H "Authorization: Bearer $API_KEY" \ https://api.up.com.au/api/v1/tags
curl \ -H "Authorization: Bearer $API_KEY" \ https://api.up.com.au/api/v1/accounts
curl \ -H "Authorization: Bearer $API_KEY" \ https://api.up.com.au/api/v1/webhooks