{ "opencollection": "1.0.0", "info": { "name": "Campfire Developer APIs Accounts Payable Cash Management API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Cash Management", "type": "folder" }, "items": [ { "info": { "name": "List Bank Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.meetcampfire.com/ca/api/account" }, "docs": "List Bank Accounts" }, { "info": { "name": "Create Bank Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.meetcampfire.com/ca/api/account", "body": { "type": "json", "data": "{}" } }, "docs": "Create Bank Account" }, { "info": { "name": "List Bank Transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.meetcampfire.com/ca/api/transaction" }, "docs": "List Bank Transactions" }, { "info": { "name": "Create Bank Transaction", "type": "http" }, "http": { "method": "POST", "url": "https://api.meetcampfire.com/ca/api/transaction", "body": { "type": "json", "data": "{}" } }, "docs": "Create Bank Transaction" } ] } ], "bundled": true }