{ "opencollection": "1.0.0", "info": { "name": "7shifts Availability Webhooks API", "version": "2.0" }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.7shifts.com/v2/company/:company_id/webhooks", "params": [ { "name": "company_id", "value": "", "type": "path", "description": "Company identifier." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Webhooks" }, { "info": { "name": "Create Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.7shifts.com/v2/company/:company_id/webhooks", "params": [ { "name": "company_id", "value": "", "type": "path", "description": "Company identifier." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create Webhook" } ] } ], "bundled": true }