{ "opencollection": "1.0.0", "info": { "name": "Huntington Bank Treasury Management Accounts API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.huntington.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Get treasury accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.huntington.com/v1/accounts" }, "docs": "Retrieves a list of treasury and deposit accounts for the authenticated business customer." }, { "info": { "name": "Get account balances", "type": "http" }, "http": { "method": "GET", "url": "https://api.huntington.com/v1/accounts/:accountId/balances", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The unique account identifier" } ] }, "docs": "Retrieves current and available balance information for a specific account." } ] } ], "bundled": true }