Youneedabudget
Connector for the youneedabudget API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.youneedabudget.com/v1 - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
getbudgets— GET /budgets — List budgetsgetbudgetbyid— GET /budgets/{budget_id} — Single budgetgetaccounts— GET /budgets/{budget_id}/accounts — Account listgetaccountbyid— GET /budgets/{budget_id}/accounts/{account_id} — Single accountgettransactionsbyaccount— GET /budgets/{budget_id}/accounts/{account_id}/transactions — List account transactionsgetcategories— GET /budgets/{budget_id}/categories — List categories
Inputs
apiKey— your youneedabudget 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: getbudgets
apiKey: <your key>