{ "opencollection": "1.0.0", "info": { "name": "Banno Admin Abilities Accounts API", "version": "v0" }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.banno.com/a/consumer/api/v0/users/:userId/accounts", "params": [ { "name": "userId", "value": "", "type": "path", "description": "ID of the desired user (UUID format)." } ] }, "docs": "List Accounts" }, { "info": { "name": "Get Account Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.banno.com/a/consumer/api/v0/users/:userId/accounts/:accountId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "ID of the desired user (UUID format)." }, { "name": "accountId", "value": "", "type": "path", "description": "ID of the desired account (UUID format)." } ] }, "docs": "Get Account Details" } ] } ], "bundled": true }