{ "opencollection": "1.0.0", "info": { "name": "Wells Fargo Account Transactions Accounts API", "version": "3.0" }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.wellsfargo.com/v3/accounts", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.wellsfargo.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves a list of accounts associated with the authenticated commercial customer, including account number, type, currency, and current balance information." }, { "info": { "name": "Get Account Balances", "type": "http" }, "http": { "method": "GET", "url": "https://api.wellsfargo.com/v3/accounts/:accountId/balances", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The Wells Fargo account identifier." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.wellsfargo.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves current and available balance information for a specified account, including ledger balance, available balance, and intraday position with real-time updates throughout the business day." }, { "info": { "name": "List accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.wellsfargo.com/accounts" }, "docs": "Retrieves a list of accounts associated with the authenticated commercial customer, including account type, balance, and status." } ] } ], "bundled": true }