{ "opencollection": "1.0.0", "info": { "name": "Viam Billing Arm Organizations API", "version": "2026.05" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "header" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "Viam List Organizations", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/ListOrganizations", "body": { "type": "json", "data": "{}" } }, "docs": "List organizations the caller has access to." }, { "info": { "name": "Viam Get Organization", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/GetOrganization", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve a single organization by id." }, { "info": { "name": "Viam Create Organization", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/CreateOrganization", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new organization." }, { "info": { "name": "Viam Update Organization", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/UpdateOrganization", "body": { "type": "json", "data": "{}" } }, "docs": "Update an organization's name or public namespace." }, { "info": { "name": "Viam Delete Organization", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/DeleteOrganization", "body": { "type": "json", "data": "{}" } }, "docs": "Delete an organization." } ] } ], "bundled": true }