
Import Transactions from Bank API Endpoint?
Is there an endpoint that performs an Import for an account? I'm not seeing anything for "accounts" on https://api.youneedabudget.com/v1
-
MapleLeaf I'm not sure what you're asking for. Are you looking for a way to create Accounts or a way to trigger a direct import from your bank via the API? We don't support either at the moment, but I'd like to understand you need so we can either work around it or I can record your feature request.
-
This is now supported!
You can POST to the /v1/budgets/:id/transactions/import endpoint.
For example, with curl:
curl -H "Authorization: Bearer $YNAB_API_TOKEN" -X POST https://api.youneedabudget.com/v1/budgets/last-used/transactions/import
This will import any transactions that are waiting to be imported, across all accounts on the budget.