{ "opencollection": "1.0.0", "info": { "name": "Lumen Internet On-Demand Bandwidth Connections API", "version": "2026-01-01" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.lumen.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Connections", "type": "folder" }, "items": [ { "info": { "name": "List connections", "type": "http" }, "http": { "method": "GET", "url": "https://api.lumen.com/internet-on-demand/connections" }, "docs": "Retrieve a list of internet on-demand connections." }, { "info": { "name": "Create a connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.lumen.com/internet-on-demand/connections", "body": { "type": "json", "data": "{}" } }, "docs": "Provision a new internet on-demand connection." }, { "info": { "name": "Get connection details", "type": "http" }, "http": { "method": "GET", "url": "https://api.lumen.com/internet-on-demand/connections/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path" } ] }, "docs": "Retrieve details of a specific connection." } ] } ], "bundled": true }