{ "opencollection": "1.0.0", "info": { "name": "Particle Health Authentication Notifications API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "List Project Notifications", "type": "http" }, "http": { "method": "GET", "url": "https://api.particlehealth.com/projects/:project_id/notifications", "params": [ { "name": "project_id", "value": "", "type": "path" } ] }, "docs": "List Project Notifications" }, { "info": { "name": "Create Project Notification", "type": "http" }, "http": { "method": "POST", "url": "https://api.particlehealth.com/projects/:project_id/notifications", "params": [ { "name": "project_id", "value": "", "type": "path" } ] }, "docs": "Creates a webhook notification under a specific project." } ] } ], "bundled": true }