Unified orchestration
Provision data center, carrier, and edge connections programmatically with our fabric orchestration endpoints.
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.
Provision data center, carrier, and edge connections programmatically with our fabric orchestration endpoints.
Use telemetry APIs and webhooks to monitor service status, capacity thresholds, and billing events.
Authenticate with scoped API tokens, granular roles, and audit trails for every API call.
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"
}
Visualise topology relationships across the fabric with GraphQL endpoints. Coming soon.
Manage Converge Fabric resources using Terraform for full IaC workflows. In development.
Export latency, throughput, and utilisation metrics via batch reporting APIs. Planned.