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"
}
}
Name | Type | Description |
---|---|---|
NotificationType | string | The type of notification for this Webhook. |
Content.Msisdn | string | The MSISDN this notification is for. |
Content.ExpectedImei | string | The IMEI that is currently associated with the MSISDN. |
Content.ReceivedImei | string | The IMEI that has been received. |
Content.Timestamp | DateTime | Timestamp for when this notification was triggered. |