{ "opencollection": "1.0.0", "info": { "name": "Core Checklists Webhooks API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.companycam.com/v2/webhooks", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "List Webhooks" }, { "info": { "name": "Create Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.companycam.com/v2/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Create Webhook" }, { "info": { "name": "Retrieve Webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.companycam.com/v2/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Webhooks" } ] }, "docs": "Retrieve Webhook" }, { "info": { "name": "Update Webhook", "type": "http" }, "http": { "method": "PUT", "url": "https://api.companycam.com/v2/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Webhook" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Webhook" }, { "info": { "name": "Delete Webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.companycam.com/v2/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Webhook" } ] }, "docs": "Delete Webhook" } ] } ], "bundled": true }