v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Virtual Cross Connects

List all Virtual Cross Connects

List all Virtual Cross Connects.

get/virtual_cross_connects

Query parameters

network_idstring

The associated network id to filter on.

Consolidated filter parameter (deepObject style). Originally: filter[network_id]

{
  "network_id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58"
}
numberinteger

The page number to load

sizeinteger

The size of the page

Consolidated page parameter (deepObject style). Originally: page[number], page[size]

Response

Successful response

Example response

{
  "data": [
    {
      "created_at": "2018-02-02T22:25:27.521Z",
      "id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
      "record_type": "virtual_cross_connect",
      "updated_at": "2018-02-02T22:25:27.521Z",
      "name": "test interface",
      "network_id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
      "status": "provisioned",
      "bandwidth_mbps": 50,
      "bgp_asn": 1234,
      "cloud_provider": "aws",
      "cloud_provider_region": "us-east-1",
      "primary_bgp_key": "yFV4wEPtPVPfDUGLWiyQzwga",
      "primary_cloud_account_id": "123456789012",
      "primary_cloud_ip": "169.254.0.2",
      "primary_enabled": true,
      "primary_telnyx_ip": "169.254.0.1",
      "secondary_bgp_key": "ge1lONeK9RcA83uuWaw9DvZy",
      "secondary_cloud_ip": "169.254.0.4",
      "secondary_enabled": true,
      "secondary_telnyx_ip": "169.254.0.3",
      "region_code": "ashburn-va",
      "region": {
        "code": "ashburn-va",
        "name": "Ashburn",
        "record_type": "region"
      }
    }
  ],
  "meta": {
    "page_number": 2,
    "page_size": 25,
    "total_pages": 3,
    "total_results": 55
  }
}