Lock Thing to IMEI
This guide will show you how you can Enable and Disable Master IMEI settings for your SIM card, in order to limit the SIM card usage by device IMEI.
Configure a Thing to only work with a specific IMEI
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
Thing undefined successfully saved.
}{
// Response
}{
// Response
}Example using cURL:
curl -X PUT \
--url "https://console.monogoto.io/thing/update/" \
-H "accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {TOKEN_HERE}" \
-d "{\"cas\": \"{CAS}\",\"ThingId\": \"/thing/ThingId_ICCID_{ICCID}\",\"LockMasterImei\": {MASTER_IMEI_STATE},\"MasterIMEI\": \"{DEVICE_IMEI}\"}" Last updated
Was this helpful?