# SIM SMDP Status Changed The event is sent whenever the SMDP state of an event is changed. Endpoint: POST esim.smdp.stateChanged Version: 1.0.0 Security: ApiKeyAuth ## Request fields (application/json): - `type` (string, required) Example: "esim.smdp.stateChanged" - `timestamp` (integer, required) Unix timestamp when the event was fired Example: 1761991449 - `data` (object, required) - `data.sim` (string, required) The eSIM or physical SIM identifier Example: "8937204017179541233" - `data.smdpStateChange` (object, required) - `data.smdpStateChange.state` (string, required) The SMDP state Enum: "BPP Installation", "Enable", "Disable", "Delete" - `data.smdpStateChange.modificationResult` (string, required) The result of the state modification Example: "SUCCESS" ## Response 200 fields