Skip to main content

Starts or resumes localization process for an eUICC to the specified country.

Starts or resumes the process of localizing the eUICC to the specified country. If a previous localization for an eUICC failed it is safe to perform a retry using this endpoint since the process will pick up from where it failed.

The end result of a successful localization will be that a new profile is downloaded and enabled on the eUICC. This means that the eUICC will use a SIM that is local to the specified country rather than use roaming as is the default behavior.

Path Parameters
  • eid string required

    Possible values: Value must match regular expression ^[0-9]{32}$

    EID to perform request on.

Request Body required

Specifies where the eUICC is to be localized.

  • localizationTarget string required

    Possible values: [BR_DATORA, BR_DATORA_MULTI]

    Country code (ISO 3166-1 alpha-2 code) and valid localization profile type where device is to be localized.

Responses

eUICC localization started or resumed.

Loading...