Cloud eSIM Asynchronous notification Card unlocked notification Developing
The customer provides an address (HTTP/HTTPS) to receive asynchronous notifications. The notification sent when a EID in the IMEI pool in the card locking mode is unlocked.
Request Body Params application/json Required
{
"id" : "13" ,
"timestamp" : 1776133394 ,
"nonce" : 37722 ,
"sign" : "{{SIGN}}" ,
"event" : "CloudESimLocked" ,
"eid" : "89044045116727494800000011603725"
} Request Code Samples
curl --location 'https://oapi.eiotclub.com/customerNotifyUrl' \
--header 'Content-Type: application/json' \
--data '{
"id": "13",
"timestamp": 1776133394,
"nonce": 37722,
"sign": "",
"event": "CloudESimLocked",
"eid": "89044045116727494800000011603725"
}' Responses application/json
Generate Code
Modified at 2026-04-14 02:28:23