# SIM location changed Triggered when a SIM's country location changes. Endpoint: POST subscription.esim.locationChanged Version: 1.0.0 Security: ApiKeyAuth ## Request fields (application/json): - `type` (string, required) Example: "subscription.esim.locationChanged" - `timestamp` (integer, required) Unix timestamp when the event was fired Example: 1759429928 - `data` (object, required) - `data.esim` (string, required) The eSIM or physical SIM identifier Example: "8937204017179541233" - `data.countryIso2` (string, required) ISO 2-letter country code Example: "IT" ## Response 200 fields