{ "opencollection": "1.0.0", "info": { "name": "Viam Billing Arm Billing Tiers API", "version": "2026.05" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "header" } }, "items": [ { "info": { "name": "Billing Tiers", "type": "folder" }, "items": [ { "info": { "name": "Viam Get Available Billing Tiers", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.BillingService/GetAvailableBillingTiers", "body": { "type": "json", "data": "{}" } }, "docs": "List billing tiers available for end-customer subscription." }, { "info": { "name": "Viam Update Organization Billing Tier", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.BillingService/UpdateOrganizationBillingTier", "body": { "type": "json", "data": "{}" } }, "docs": "Move an organization onto a new billing tier." }, { "info": { "name": "Viam Get Location Billing Organization", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.BillingService/GetLocationBillingOrganization", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve the organization billed for a location's usage." }, { "info": { "name": "Viam Update Location Billing Organization", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.BillingService/UpdateLocationBillingOrganization", "body": { "type": "json", "data": "{}" } }, "docs": "Reassign a location to a different billing organization." } ] } ], "bundled": true }