curl --location --request GET '/global_ip_latency'
{
"data": [
{
"global_ip": {
"id": "a836125b-20b6-452e-9c03-2653f09c7ed7",
"ip_address": null
},
"mean_latency": {
"amount": 100,
"unit": "ms"
},
"percentile_latency": {
"0": {
"amount": 100,
"unit": "ms"
},
"25": {
"amount": 100,
"unit": "ms"
},
"50": {
"amount": 100,
"unit": "ms"
},
"75": {
"amount": 100,
"unit": "ms"
},
"90": {
"amount": 100,
"unit": "ms"
},
"99": {
"amount": 100,
"unit": "ms"
},
"100": {
"amount": 100,
"unit": "ms"
}
},
"prober_location": {
"id": 1,
"lat": 52.370216,
"lon": 4.895168,
"name": "Amsterdam"
},
"timestamp": "2020-01-01T00:00:00.000Z"
}
]
}
Authorization: Bearer ********************