Devices

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

3 of 51

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

PUT/v1.0/devices/labelDestructivePermalink ↗

This gives user the ability to Add, Assign and Delete labels for devices at the line level. This endpoint cannot be accessed by scope org_mediacenter and readonly users.

Parameters

Device Labelsbodyobjectrequired

MDN is the Mobile Directory Number. This is the actual phone number of the device.

cURL
curl -X PUT "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/devices/label" \
  -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/labelCategoriesCountRead-onlyPermalink ↗

List of count and details of available categories and labels by corp

Parameters

No parameters.

cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/devices/labelCategoriesCount" \
  -H "Authorization: Bearer $SENTINEL_TOKEN"
GET/v1.0/devices/labelsRead-onlyPermalink ↗

List of available labels for a corp

Parameters

searchValuequerystring

searchValue

mdnquerystring

mdn

cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/devices/labels?searchValue=Bus&mdn=value" \
  -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.