GET/v1.0/devices/{corpId}/imei/{imei}Read-only

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"

Try this operation in the interactive explorer →