{ "opencollection": "1.0.0", "info": { "name": "Viam Billing Arm Sensor API", "version": "2026.05" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "header" } }, "items": [ { "info": { "name": "Sensor", "type": "folder" }, "items": [ { "info": { "name": "Viam Sensor Get Readings", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.component.sensor.v1.SensorService/GetReadings", "body": { "type": "json", "data": "{}" } }, "docs": "Get the latest readings from a generic sensor." } ] } ], "bundled": true }