eSIM Status
DENT is sending the webhook as POST request providing the users after they have installed an eSIM profile on a device. The request sends the users' ID and the eSIM profile status "Installed".
Request Parameters
Attribute
Type
Example
Info
iccid
string
89361123300836129514
-
imsi
string
260216611193634
-
profileState
string
INSTALLED
-
eid
string
74088234238931452
Optional field
Sample request
{
"iccid": "89361123300836129514",
"imsi": "260216611193634",
"profileState": "INSTALLED",
"eid": "74088234238931452",
}
Last updated
Was this helpful?