Lumen Technologies website screenshot

Lumen Technologies

Lumen Technologies is a multinational technology company that delivers networking, edge cloud, security, communication and collaboration, and managed and professional services to global enterprises and consumers. Through its Developer Center, Lumen exposes REST APIs that allow customers to programmatically provision and manage network and bandwidth services across its global fiber infrastructure using OAuth 2.0 authentication.

2 APIs 0 Features
BandwidthEdge CloudFiberInfrastructureInternetNetworkNetworkingSecurityTelecom

APIs

Lumen Internet On-Demand API

The Lumen Internet On-Demand API enables programmatic provisioning and management of internet bandwidth services. It provides access to Lumen's global fiber network, allowing cu...

Lumen Network API

The Lumen Network API provides programmatic access to Lumen's network and data services. The Developer Center enables access to simple, global, secure, and reliable network APIs...

Collections

Pricing Plans

Rate Limits

Lumen Technologies Rate Limits

2 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🌐
Portal
Portal
🔗
Documentation
Documentation
💬
FAQ
FAQ
💬
Support
Support
📜
TermsOfService
TermsOfService
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Lumen Internet On-Demand 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.
- info:
    name: Bandwidth
    type: folder
  items:
  - info:
      name: Update bandwidth
      type: http
    http:
      method: PUT
      url: https://api.lumen.com/internet-on-demand/connections/:connectionId/bandwidth
      params:
      - name: connectionId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Dynamically adjust the bandwidth for an existing connection.
bundled: true