{ "opencollection": "1.0.0", "info": { "name": "Plaid accounts/", "version": "2020-09-14_1.517.0" }, "items": [ { "info": { "name": "Plaid", "type": "folder" }, "items": [ { "info": { "name": "Plaid Retrieve accounts", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/accounts/get", "body": { "type": "json", "data": "{}" } }, "docs": "The `/accounts/get` endpoint can be used to retrieve a list of accounts associated with any linked Item. Plaid will only return active bank accounts — that is, accounts that are not closed and are capable of carrying a balance.\nFor items that went through the updated account selection pane, this endpoint only returns accounts that were permissioned by the user when they initially created the Item. If a user creates a new account after the initial link, you can capture this event through the [`NE" }, { "info": { "name": "Plaid Retrieve real-time balance data", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/accounts/balance/get", "body": { "type": "json", "data": "{}" } }, "docs": "The `/accounts/balance/get` endpoint returns the real-time balance for each of an Item's accounts. While other endpoints, such as `/accounts/get`, return a balance object, only `/accounts/balance/get` forces the available and current balance fields to be refreshed rather than cached. This endpoint can be used for existing Items that were added via any of Plaid’s other products. This endpoint can be used as long as Link has been initialized with any other product, `balance` itself is not a produc" } ] } ], "bundled": true }