{
"Message": "string",
"Success": true,
"Data": [
{
"CustomerId": "string",
"ThingId": "string",
"ThingName": "string",
"ThingDescription": "string",
"ProvisionStatus": "string",
"ActiveIMSI": "string",
"LastConnectionTime": "string",
"LastDisconnectionTime": "string",
"MSISDN": "string",
"ActiveSessions": {
"ActiveSessionId": "string",
"ApnName": "string",
"IPAddress": "string",
"LastConnectedTime": 0,
"UplinkThroughput": 0,
"DownlinkThroughput": 0
}
}
]
}
curl -X GET \
--url "https://console.monogoto.io/thing/status?ThingIds=ThingId_ICCID_{ICCID}&limit=50&offset=0" \
-H "accept: application/json" \
-H "Authorization: Bearer {TOKEN_HERE}"
{
"Success": true,
"Message": "Operation succeeded",
"Data": [
{
"ThingId": "ThingId_ICCID_8912372646888991",
"CustomerId": "cid_c256463da-742-491b-911b-8850177ef5121",
"ThingName": "ICCID 8912372646888991",
"ThingDescription": "Operator's inventor (not associated with any customer)",
"ProvisionStatus": "ACTIVE",
"ConnectionStatus": "CONNECTED",
"ActiveSessions": [],
"ActiveIMSI": "123456789101112",
"LastConnectionTime": null,
"LastDisconnectionTime": null,
"MSISDN": "+4420412389916"
}
]
}