SIM Management
Webhooks
IMEI Lock (Triggered)

IMEI Lock (Triggered)

This webhook is sent when a check on the IMEI for an MSISDN shows the Expected IMEI does not match the Received IMEI.

Payload

{
  "NotificationType": "IMEI_LOCK_TRIGGERED",
  "Content": {
    "Msisdn": "077777777777",
    "ExpectedImei": "0000",
    "ReceivedImei": "1111",
    "Timestamp": "2025-05-29T09:19:35.9642964Z"
  }
}
NameTypeDescription
NotificationTypestringThe type of notification for this Webhook.
Content.MsisdnstringThe MSISDN this notification is for.
Content.ExpectedImeistringThe IMEI that is currently associated with the MSISDN.
Content.ReceivedImeistringThe IMEI that has been received.
Content.TimestampDateTimeTimestamp for when this notification was triggered.