{ "opencollection": "1.0.0", "info": { "name": "Tink Account Check Accounts Budgets API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Budgets", "type": "folder" }, "items": [ { "info": { "name": "Tink List Business Budgets", "type": "http" }, "http": { "method": "GET", "url": "https://api.tink.com/finance-management/v1/business-budgets", "params": [ { "name": "progress_status_in", "value": "", "type": "query" } ] }, "docs": "List business budgets, optionally filtered by progress status." }, { "info": { "name": "Tink Create A Business Budget", "type": "http" }, "http": { "method": "POST", "url": "https://api.tink.com/finance-management/v1/business-budgets", "body": { "type": "json", "data": "{}" } }, "docs": "Create a one-off or recurring business budget tied to a category, merchant, or tag set." }, { "info": { "name": "Tink Get A Business Budget", "type": "http" }, "http": { "method": "GET", "url": "https://api.tink.com/finance-management/v1/business-budgets/:budgetId", "params": [ { "name": "budgetId", "value": "", "type": "path" } ] }, "docs": "Retrieve a business budget by id with current progress and remaining amount." }, { "info": { "name": "Tink Update A Business Budget", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.tink.com/finance-management/v1/business-budgets/:budgetId", "params": [ { "name": "budgetId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update fields on a business budget (limit, period, tags)." }, { "info": { "name": "Tink Delete A Business Budget", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.tink.com/finance-management/v1/business-budgets/:budgetId", "params": [ { "name": "budgetId", "value": "", "type": "path" } ] }, "docs": "Delete a business budget." }, { "info": { "name": "Tink Get Business Budget History", "type": "http" }, "http": { "method": "GET", "url": "https://api.tink.com/finance-management/v1/business-budgets/:budgetId/history", "params": [ { "name": "budgetId", "value": "", "type": "path" } ] }, "docs": "Retrieve the historical performance of a budget across past periods." } ] } ], "bundled": true }