{ "opencollection": "1.0.0", "info": { "name": "Viam Billing Arm Fragments API", "version": "2026.05" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "header" } }, "items": [ { "info": { "name": "Fragments", "type": "folder" }, "items": [ { "info": { "name": "Viam List Fragments", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/ListFragments", "body": { "type": "json", "data": "{}" } }, "docs": "List configuration fragments in an organization." }, { "info": { "name": "Viam Create Fragment", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/CreateFragment", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new configuration fragment." }, { "info": { "name": "Viam Get Fragment", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/GetFragment", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve a fragment by id." }, { "info": { "name": "Viam Update Fragment", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/UpdateFragment", "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing fragment." }, { "info": { "name": "Viam Delete Fragment", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.v1.AppService/DeleteFragment", "body": { "type": "json", "data": "{}" } }, "docs": "Delete a fragment." } ] } ], "bundled": true }