Last updated 1 month ago
Was this helpful?
Returns the Subscription information associated with the provided ICCID.
https://api.monogoto.io/api/v1/eSIM/getByIccid/{iccid}
The ICCID to retrieve the profile data for.
curl -L \ --url 'https://api.monogoto.io/api/v1/eSIM/getByIccid/{iccid}'
{ "data": { "activationCode": "LPA:1$consumer.rsp.world$POK6MBO8U1N20MCURXT2OUCX", "iccid": "1234567890123456789", "imei": "1425627727272", "imsi": "310260123456789", "matchingId": "123456789", "qr_code": "data:image/jpeg:bae64;****************************************", "state": "RELEASED" } }