Converge Fabric API
Developer Hub

Integrate with the Converge Fabric API

Automate provisioning, monitor service health, and build custom workflows across the Converge Fabric ecosystem. Our REST API provides secure, predictable endpoints with real-time webhooks and SDK support.

Unified orchestration

Provision data center, carrier, and edge connections programmatically with our fabric orchestration endpoints.

Real-time visibility

Use telemetry APIs and webhooks to monitor service status, capacity thresholds, and billing events.

Secure by design

Authenticate with scoped API tokens, granular roles, and audit trails for every API call.

Quick example

Create a service order in minutes

Kick off a new interconnection order with a single HTTP request. All endpoints return consistent JSON responses with ids, hypermedia links, and error codes.

POST /v1/orders
Authorization: Bearer <token>
Content-Type: application/json

{
  "company_id": "c_7f21ff",
  "service": "carrier-backhaul",
  "region": "lhr-1",
  "capacity_mbps": 500,
  "notes": "Burst capacity for Q4 campaign"
}

Why builders choose our API

  • Predictable versioning with 12-month deprecation window
  • Instant webhook notifications for lifecycle events
  • SDKs for TypeScript, Python, and Go (beta)
  • Dedicated developer success team

Roadmap

Network graph API

Visualise topology relationships across the fabric with GraphQL endpoints. Coming soon.

Terraform provider

Manage Converge Fabric resources using Terraform for full IaC workflows. In development.

Advanced analytics

Export latency, throughput, and utilisation metrics via batch reporting APIs. Planned.