curl --location --request GET 'https://api.cloudflare.com/client/v4/accounts//magic/cf_interconnects'
{
"errors": [],
"messages": [],
"result": {
"interconnects": [
{
"colo_name": "pni_ord",
"created_on": "2017-06-14T00:00:00Z",
"description": "Tunnel for Interconnect to ORD",
"gre": {
"cloudflare_endpoint": "203.0.113.1"
},
"health_check": {
"enabled": true,
"target": "203.0.113.1",
"type": "request"
},
"id": "c4a7362d577a6c3019a474fd6f485821",
"interface_address": "192.0.2.0/31",
"modified_on": "2017-06-14T05:20:00Z",
"mtu": 1476,
"name": "pni_ord"
}
]
},
"success": true
}