Get Thing Lifetime Data Usage
This guide will show you how you can see Thing whole lifetime data usage via API. The usage will be shown in Bytes
Get lifetime data usage of Thing
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Consumption value{
// Response
}Example using cURL:
curl -X GET \
--url "https://console.monogoto.io/thing/lifetimeDataUsage/ThingId_ICCID_{ICCID}" \
-H "accept: application/json" \
-H "Authorization: Bearer {TOKEN_HERE}"{
"Consumption": 1043738757
}Last updated
Was this helpful?