{ "opencollection": "1.0.0", "info": { "name": "Viam Billing Arm Machines API", "version": "2026.05" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "header" } }, "items": [ { "info": { "name": "Machines", "type": "folder" }, "items": [ { "info": { "name": "Viam List Machines", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/ListRobots", "body": { "type": "json", "data": "{}" } }, "docs": "List machines (robots) in a location." }, { "info": { "name": "Viam Get Machine", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/GetRobot", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve a machine by id." }, { "info": { "name": "Viam Create Machine", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/NewRobot", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new machine under a location." }, { "info": { "name": "Viam Update Machine", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/UpdateRobot", "body": { "type": "json", "data": "{}" } }, "docs": "Update a machine's name or location." }, { "info": { "name": "Viam Delete Machine", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/DeleteRobot", "body": { "type": "json", "data": "{}" } }, "docs": "Delete a machine." } ] } ], "bundled": true }