{ "opencollection": "1.0.0", "info": { "name": "Column Account Numbers Bank Accounts API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Bank Accounts", "type": "folder" }, "items": [ { "info": { "name": "List all bank accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.column.com/bank-accounts", "params": [ { "name": "entity_id", "value": "", "type": "query" } ] }, "docs": "List all bank accounts" }, { "info": { "name": "Create a new bank account", "type": "http" }, "http": { "method": "POST", "url": "https://api.column.com/bank-accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new bank account" }, { "info": { "name": "Retrieve a bank account", "type": "http" }, "http": { "method": "GET", "url": "https://api.column.com/bank-accounts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a bank account" } ] } ], "bundled": true }