Get device info from MDN, ESN, MEID, or IMEI
CLIkajeet-sentinel devices get 521-267-1508MCPsentinel_devices.get_device
Parameters
deviceIdquerystringMDN, ESN, MEID, or IMEI for device
cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/devices/info?deviceId=521-267-1508" \
-H "Authorization: Bearer $SENTINEL_TOKEN"Response · 200 OK
{
"key": "5212671508",
"mdn": "521-267-1508",
"status": "active",
"network": "Verizon",
"deviceName": "Kajeet ENT-BYOD",
"corpId": "NORTHSTAR-ISD",
"corpDescription": "Northstar Independent School District",
"monthlyAmountUsed": 31245.43,
"nickname": "Main Office Hotspot",
"imei": "355737360073462",
"ip": "10.170.18.45",
"filterGroup": "Staff",
"onlineStatus": true,
"address": {
"city": "Northstar",
"state": "TX"
}
}