up.com.au

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.

🔑 bearer 18 endpoints financial
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (1 total)

npm install setup-dotnet
curl examples
List tags
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.up.com.au/api/v1/tags
List accounts
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.up.com.au/api/v1/accounts
List webhooks
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.up.com.au/api/v1/webhooks
Endpoints (18 total)
GET
/tags
List tags
GET
/accounts
List accounts
GET
/webhooks
List webhooks
GET
/util/ping
Ping
GET
/categories
List categories
GET
/transactions
List transactions
GET
/accounts/{id}
Retrieve account
GET
/webhooks/{id}
Retrieve webhook
GET
/categories/{id}
Retrieve category
GET
/transactions/{id}
Retrieve transaction
GET
/webhooks/{webhookId}/logs
List webhook logs
GET
/accounts/{accountId}/transactions
List transactions by account
Language coverage
TypeScript
1
At a glance
Total SDKs1
Languages1
Endpoints18
Authbearer
Categories1
https://api.up.com.au/api/v1