{ "opencollection": "1.0.0", "info": { "name": "Viam Billing Arm Sequences API", "version": "2026.05" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "header" } }, "items": [ { "info": { "name": "Sequences", "type": "folder" }, "items": [ { "info": { "name": "Viam Create Sequence", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.data.v1.DataService/CreateSequence", "body": { "type": "json", "data": "{}" } }, "docs": "Create a sequence of dataset items." }, { "info": { "name": "Viam List Sequences", "type": "http" }, "http": { "method": "POST", "url": "https://app.viam.com/viam.app.data.v1.DataService/ListSequences", "body": { "type": "json", "data": "{}" } }, "docs": "List sequences in an organization." } ] } ], "bundled": true }