{ "opencollection": "1.0.0", "info": { "name": "Campfire Developer APIs Accounts Payable Bank Reconciliation API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Bank Reconciliation", "type": "folder" }, "items": [ { "info": { "name": "List Bank Reconciliation Reports", "type": "http" }, "http": { "method": "GET", "url": "https://api.meetcampfire.com/coa/api/v2/reconciliation" }, "docs": "List Bank Reconciliation Reports" }, { "info": { "name": "Create Bank Reconciliation Report", "type": "http" }, "http": { "method": "POST", "url": "https://api.meetcampfire.com/coa/api/v2/reconciliation", "body": { "type": "json", "data": "{}" } }, "docs": "Create Bank Reconciliation Report" } ] } ], "bundled": true }