{ "opencollection": "1.0.0", "info": { "name": "Viam Billing Arm Locations API", "version": "2026.05" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "header" } }, "items": [ { "info": { "name": "Locations", "type": "folder" }, "items": [ { "info": { "name": "Viam List Locations", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/ListLocations", "body": { "type": "json", "data": "{}" } }, "docs": "List locations under an organization." }, { "info": { "name": "Viam Get Location", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/GetLocation", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve a single location by id." }, { "info": { "name": "Viam Create Location", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/CreateLocation", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new location under an organization." }, { "info": { "name": "Viam Update Location", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/UpdateLocation", "body": { "type": "json", "data": "{}" } }, "docs": "Update a location's name or parent location." }, { "info": { "name": "Viam Delete Location", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/DeleteLocation", "body": { "type": "json", "data": "{}" } }, "docs": "Delete a location and all machines under it." } ] } ], "bundled": true }