This endpoint retrieves the SM-DP+ (Subscription Manager Data Preparation) information for a specific SIM by its ICCID.
The response includes the state history of the eSIM profile with the following possible states:
- BPP Installation: The process of downloading and installing the eSIM profile via a Bootstrap Provisioning Platform (BPP)
- Enable: eSIM is switched on from device settings, allowing it to connect to the mobile network
- Disable: eSIM is turned off via device settings, temporarily preventing it from being used
- Delete: eSIM profile is completely removed from the device
Security
ApiKeyAuth
GET
curl -i -X GET \
'https://api.tellisim.com/v3/sims/{iccid}/smdp-info?key=YOUR_API_KEY_HERE'Response
{ "error": false, "data": { "iccid": "8948010000031326267", "state_history": [ … ], "current_status": "Enable" } }