{ "opencollection": "1.0.0", "info": { "name": "VivaLNK Biometrics Data Platform API (Modeled) Devices Webhooks API", "version": "1.0-modeled" }, "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.vivalink.com/v1/webhooks" }, "docs": "List webhook subscriptions" }, { "info": { "name": "Create a webhook subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.vivalink.com/v1/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Registers an HTTPS endpoint to receive pushed biometric data and alert events (for example threshold or arrhythmia notifications). Webhook push is a documented VivaLNK platform capability (modeled shape)." }, { "info": { "name": "Retrieve a webhook subscription", "type": "http" }, "http": { "method": "GET", "url": "https://api.vivalink.com/v1/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path" } ] }, "docs": "Retrieve a webhook subscription" }, { "info": { "name": "Delete a webhook subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.vivalink.com/v1/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path" } ] }, "docs": "Delete a webhook subscription" } ] } ], "bundled": true }