{ "opencollection": "1.0.0", "info": { "name": "Banno Admin Abilities Customers API", "version": "v0" }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "Search Customers", "type": "http" }, "http": { "method": "GET", "url": "https://api.banno.com/jxchange/v1/customers", "params": [ { "name": "ssn", "value": "", "type": "query" }, { "name": "lastName", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" } ] }, "docs": "Search Customers" }, { "info": { "name": "Get Customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.banno.com/jxchange/v1/customers/:customerId", "params": [ { "name": "customerId", "value": "", "type": "path" } ] }, "docs": "Get Customer" } ] } ], "bundled": true }