{ "opencollection": "1.0.0", "info": { "name": "Campfire Developer APIs Accounts Payable Integrations API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Integrations", "type": "folder" }, "items": [ { "info": { "name": "List Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.meetcampfire.com/integrations/api/v1/webhook" }, "docs": "List Webhooks" }, { "info": { "name": "Create Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.meetcampfire.com/integrations/api/v1/webhook", "body": { "type": "json", "data": "{}" } }, "docs": "Create Webhook" }, { "info": { "name": "Retrieve Webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.meetcampfire.com/integrations/api/v1/webhook/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ] }, "docs": "Retrieve Webhook" } ] } ], "bundled": true }