This endpoint retrieves the details of a specific SIM by its ICCID.
Security
ApiKeyAuth
GET
curl -i -X GET \
'https://api.tellisim.com/v3/sims/{iccid}?key=YOUR_API_KEY_HERE'Response
{ "error": true, "data": { "iccid": "8937103400004164763", "label": "Blue", "lpa": "LPA:1$rsp-eu.redteamobile.com$0F222CA0C9B2F3A99457DADC94A4958C", "used": false, "esim_id": "5a15183b-ca25-4725-b8a8-807990f98e03", "created_at": "2025-08-11T14:43:15.761Z", "is_esim": true } }