{ "opencollection": "1.0.0", "info": { "name": "Akute Health Customer Appointments Webhooks API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhook subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.akutehealth.com/v1/webhooks", "params": [ { "name": "start_time", "value": "", "type": "query" }, { "name": "end_time", "value": "", "type": "query" } ] }, "docs": "List webhook subscriptions" }, { "info": { "name": "Get a webhook subscription by id", "type": "http" }, "http": { "method": "GET", "url": "https://api.akutehealth.com/v1/webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ] }, "docs": "Get a webhook subscription by id" }, { "info": { "name": "Update a webhook subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.akutehealth.com/v1/webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a webhook subscription" } ] } ], "bundled": true }