curl --location --request GET '/global_ip_usage'
{
"data": [
{
"global_ip": {
"id": "a836125b-20b6-452e-9c03-2653f09c7ed7",
"ip_address": "64.1.2.130"
},
"received": {
"amount": 100000,
"unit": "B"
},
"timestamp": "2020-01-01T00:00:00.000Z",
"transmitted": {
"amount": 100000,
"unit": "B"
}
}
]
}
Authorization: Bearer ********************