{ "opencollection": "1.0.0", "info": { "name": "Viam Billing Arm Database API", "version": "2026.05" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "header" } }, "items": [ { "info": { "name": "Database", "type": "folder" }, "items": [ { "info": { "name": "Viam Get Database Connection", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.data.v1.DataService/GetDatabaseConnection", "body": { "type": "json", "data": "{}" } }, "docs": "Get the MongoDB connection string for direct analytics access." }, { "info": { "name": "Viam Configure Database User", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.data.v1.DataService/ConfigureDatabaseUser", "body": { "type": "json", "data": "{}" } }, "docs": "Create or rotate a database user for direct analytics access." } ] } ], "bundled": true }