{ "opencollection": "1.0.0", "info": { "name": "Viam Billing Arm OAuth Apps API", "version": "2026.05" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "header" } }, "items": [ { "info": { "name": "OAuth Apps", "type": "folder" }, "items": [ { "info": { "name": "Viam Create Oauth App", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/CreateOAuthApp", "body": { "type": "json", "data": "{}" } }, "docs": "Register a new OAuth application against an organization." }, { "info": { "name": "Viam List Oauth Apps", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/ListOAuthApps", "body": { "type": "json", "data": "{}" } }, "docs": "List OAuth applications registered under an organization." } ] } ], "bundled": true }