Devices

Device inventory, details, status changes, labels, filter groups, rate plans, health, SmartSpot, and line actions.

2 of 51

Filtering by query: /v1.0/devices/{corpId}/imei

PUT/v1.0/devices/{corpId}/imeiChanges dataPermalink ↗

Update device IMEI. This endpoint can only be accessed by scope org_super, org_tech or org_kajeetmanaged or org_managerplus. Device MUST belong to ARCNT network.

Parameters

corpIdpathstringrequired

Device Group

Device update requestbodyobjectrequired

Pass the IMEI and a list of devices. Network of the devices must be 'ARCNT'

cURL
curl -X PUT "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/devices/NORTHSTAR-ISD/imei" \
  -H "Authorization: Bearer $SENTINEL_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "corpId": "NORTHSTAR-ISD",
  "note": "Example update payload — confirm schema in Swagger before wiring production."
}'
GET/v1.0/devices/{corpId}/imei/{imei}Read-onlyPermalink ↗

Get list of devices for IMEI.

Parameters

corpIdpathstringrequired

Device Group

imeipathstringrequired

Device IMEI

cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/devices/NORTHSTAR-ISD/imei/355737360073462" \
  -H "Authorization: Bearer $SENTINEL_TOKEN"

Build your first call in 5 minutes.

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