{ "opencollection": "1.0.0", "info": { "name": "Banno Admin Abilities Consumers API", "version": "v0" }, "items": [ { "info": { "name": "Consumers", "type": "folder" }, "items": [ { "info": { "name": "List Consumers", "type": "http" }, "http": { "method": "GET", "url": "https://api.banno.com/a/mobile/api/v0/institutions/:institutionId/consumers", "params": [ { "name": "institutionId", "value": "", "type": "path", "description": "UUID identifying the institution." }, { "name": "search", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" } ] }, "docs": "List Consumers" }, { "info": { "name": "Get Consumer", "type": "http" }, "http": { "method": "GET", "url": "https://api.banno.com/a/mobile/api/v0/institutions/:institutionId/consumers/:consumerId", "params": [ { "name": "institutionId", "value": "", "type": "path", "description": "UUID identifying the institution." }, { "name": "consumerId", "value": "", "type": "path" } ] }, "docs": "Get Consumer" }, { "info": { "name": "Update Consumer Contact Info", "type": "http" }, "http": { "method": "PUT", "url": "https://api.banno.com/a/mobile/api/v0/institutions/:institutionId/consumers/:consumerId/contact-info", "params": [ { "name": "institutionId", "value": "", "type": "path", "description": "UUID identifying the institution." }, { "name": "consumerId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Consumer Contact Info" } ] } ], "bundled": true }