Up
Connector for the up API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.up.com.au/api/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_accounts— GET /accounts — List accountsget_accounts_accountid_transactions— GET /accounts/{accountId}/transactions — List transactions by accountget_accounts_id— GET /accounts/{id} — Retrieve accountget_categories— GET /categories — List categoriesget_categories_id— GET /categories/{id} — Retrieve categoryget_tags— GET /tags — List tags
Inputs
apiKey— your up API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_accounts
apiKey: <your key>