{ "opencollection": "1.0.0", "info": { "name": "Viam Billing Arm Usage API", "version": "2026.05" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "header" } }, "items": [ { "info": { "name": "Usage", "type": "folder" }, "items": [ { "info": { "name": "Viam Get Current Month Usage", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.BillingService/GetCurrentMonthUsage", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve current-month usage and projected cost for an organization." }, { "info": { "name": "Viam Get Org Billing Information", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.BillingService/GetOrgBillingInformation", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve billing information for an organization." } ] } ], "bundled": true }