{ "opencollection": "1.0.0", "info": { "name": "Campfire Developer APIs Accounts Payable Company Objects API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Company Objects", "type": "folder" }, "items": [ { "info": { "name": "List Custom Dimensions", "type": "http" }, "http": { "method": "GET", "url": "https://api.meetcampfire.com/coa/api/tag" }, "docs": "List Custom Dimensions" }, { "info": { "name": "Create Custom Dimension", "type": "http" }, "http": { "method": "POST", "url": "https://api.meetcampfire.com/coa/api/tag", "body": { "type": "json", "data": "{}" } }, "docs": "Create Custom Dimension" }, { "info": { "name": "List Vendors", "type": "http" }, "http": { "method": "GET", "url": "https://api.meetcampfire.com/coa/api/vendor" }, "docs": "List Vendors" }, { "info": { "name": "Create Vendor", "type": "http" }, "http": { "method": "POST", "url": "https://api.meetcampfire.com/coa/api/vendor", "body": { "type": "json", "data": "{}" } }, "docs": "Create Vendor" } ] } ], "bundled": true }