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. The content of the request body depends on the localization target, make sure to view the schema for the localization target you will be using.

    anyOf

  • localizationTarget string required

    Possible values: [BR_DATORA, BR_DATORA_MULTI]

    Localization target for Brazil Datora.

Responses

eUICC localization started or resumed.

Loading...