Docs
Back to monogoto website
Search…
Knowledge Base
Getting Started
Quick Start
Device Configurations
Coverage lists
AT Commands
👋
Community Forum
hub
Introduction
Dashboard
Things
Inbox
Integrations
Payments
Tips & Tutorials
Platform
Private LTE
SIM Cards
Cellular Network
Low Power Modes: eDRX & PSM
Developer Zone
API
Authentication
Things
Get Thing Information
Get Things List
Get Thing State
Update Thing State
Update Thing Description
Get Thing Data Session Status
Get Thing Location
Get Thing ICCID using IMSI
Get Thing Lifetime Data Usage
Get Thing Events Logs
Ping Thing IP Address
Lock Thing to IMEI
Download Thing PCAP File
Things Groups
Alerts
SMS
Pricing
Get Roaming Policy
Use Bundle Functionality
Cloud Integrations
Webhooks
Platform Manuals
Overview
Management
Billing and Price Plans
Audit Logs
Glossary of Terms
Powered By
GitBook
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
https://console.monogoto.io
/thing/lifetimeDataUsage/ThingId_ICCID_{ICCID}
Get lifetime data usage of Thing
Add your
Thing ICCID
and
Token
in the GET request to successfully obtain the Thing info.
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}"
Example response (data shown in Bytes):
{
"Consumption"
:
1043738757
}
Previous
Get Thing ICCID using IMSI
Next
Get Thing Events Logs
Last modified
2mo ago
Copy link
Outline
get
Get lifetime data usage of Thing
Example using cURL: