{ "opencollection": "1.0.0", "info": { "name": "Treasury Prime Bank Accounts API", "version": "1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.treasuryprime.com/account" }, "docs": "List accounts" }, { "info": { "name": "Fetch an account", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.treasuryprime.com/account/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Fetch an account" }, { "info": { "name": "Update an account", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.sandbox.treasuryprime.com/account/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update an account" } ] } ], "bundled": true }