{ "opencollection": "1.0.0", "info": { "name": "Column Account Numbers Check Transfers API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Check Transfers", "type": "folder" }, "items": [ { "info": { "name": "Issue a check", "type": "http" }, "http": { "method": "POST", "url": "https://api.column.com/check-transfers/issue", "body": { "type": "json", "data": "{}" } }, "docs": "Issue a check" }, { "info": { "name": "Deposit a check", "type": "http" }, "http": { "method": "POST", "url": "https://api.column.com/check-transfers/deposit", "body": { "type": "json", "data": "{}" } }, "docs": "Deposit a check" }, { "info": { "name": "List all check transfers", "type": "http" }, "http": { "method": "GET", "url": "https://api.column.com/check-transfers" }, "docs": "List all check transfers" } ] } ], "bundled": true }