{ "opencollection": "1.0.0", "info": { "name": "VivaLNK Biometrics Data Platform API (Modeled) Devices API", "version": "1.0-modeled" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Devices", "type": "folder" }, "items": [ { "info": { "name": "List devices", "type": "http" }, "http": { "method": "GET", "url": "https://api.vivalink.com/v1/devices", "params": [ { "name": "type", "value": "", "type": "query" }, { "name": "assigned", "value": "", "type": "query" } ] }, "docs": "Lists VivaLNK wearable biosensors registered to your account (modeled)." }, { "info": { "name": "Retrieve a device", "type": "http" }, "http": { "method": "GET", "url": "https://api.vivalink.com/v1/devices/:deviceId", "params": [ { "name": "deviceId", "value": "", "type": "path" } ] }, "docs": "Retrieve a device" }, { "info": { "name": "Assign a device to a subject", "type": "http" }, "http": { "method": "PUT", "url": "https://api.vivalink.com/v1/devices/:deviceId/assignment", "params": [ { "name": "deviceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Assign a device to a subject" }, { "info": { "name": "Unassign a device", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.vivalink.com/v1/devices/:deviceId/assignment", "params": [ { "name": "deviceId", "value": "", "type": "path" } ] }, "docs": "Unassign a device" } ] } ], "bundled": true }