Device Status

Single-device lookup by MDN, ESN, MEID, or IMEI.

1 of 1

Filtering by query: /v1.0/devices/info

GET/v1.0/devices/infoRead-onlyPermalink ↗

Get device info from MDN, ESN, MEID, or IMEI

CLIkajeet-sentinel devices get 521-267-1508MCPsentinel_devices.get_device

Parameters

deviceIdquerystring

MDN, 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"
  }
}

Build your first call in 5 minutes.

Grab a Dev SIM, get an API key, and POST /v1.0/auth/token from anywhere.