Country Change

DENT sends a response every time that the eSIM connects to a new country. The response comes with the IMSI, ICCID and the previous and new country where the eSIM is connecting to. You can determine if the eSIM is connecting for the first time when the response sends "null" on the previousCountry field.

Please add your server URL on DENT Gigastore. Only HTTPS server URLs are allowed.

Request Parameters

Attribute

Type

Example

Info

imsi

string

123456789012345

iccid

string

12345678901234567890

previousCountry

string

DE

The request will send "null", when the eSIM connects for the first time.

newCountry

string

US

Sample Request

{
    "imsi": "123456789012345",
    "iccid": "12345678901234567890",
    "previousCountry": null,
    "newCountry": "DE"
}

Last updated