{ "opencollection": "1.0.0", "info": { "name": "Viam Billing Arm Switch API", "version": "2026.05" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "header" } }, "items": [ { "info": { "name": "Switch", "type": "folder" }, "items": [ { "info": { "name": "Viam Switch Set Position", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.component.switch.v1.SwitchService/SetPosition", "body": { "type": "json", "data": "{}" } }, "docs": "Set the switch's position." }, { "info": { "name": "Viam Switch Get Position", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.component.switch.v1.SwitchService/GetPosition", "body": { "type": "json", "data": "{}" } }, "docs": "Get the switch's current position." } ] } ], "bundled": true }