{ "opencollection": "1.0.0", "info": { "name": "Housecall Pro Public Webhooks API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List Webhook Subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.housecallpro.com/webhooks" }, "docs": "List Webhook Subscriptions" }, { "info": { "name": "Create Webhook Subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.housecallpro.com/webhooks" }, "docs": "Create Webhook Subscription" }, { "info": { "name": "Delete Webhook Subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.housecallpro.com/webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ] }, "docs": "Delete Webhook Subscription" } ] } ], "bundled": true }