{ "opencollection": "1.0.0", "info": { "name": "Viam Billing Arm Secrets API", "version": "2026.05" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "header" } }, "items": [ { "info": { "name": "Secrets", "type": "folder" }, "items": [ { "info": { "name": "Viam Create Location Secret", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/CreateLocationSecret", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new location-level secret used by SDKs to connect." }, { "info": { "name": "Viam Delete Location Secret", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/DeleteLocationSecret", "body": { "type": "json", "data": "{}" } }, "docs": "Revoke a location secret." }, { "info": { "name": "Viam Get Machine Api Keys", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/GetRobotAPIKeys", "body": { "type": "json", "data": "{}" } }, "docs": "List API keys with access to a machine." } ] } ], "bundled": true }