Last updated 2 days ago
Returns the Subscription information associated with the provided ICCID.
The ICCID to retrieve the profile data for.
Successfully fetched profile information for the given ICCID.
const response = await fetch('https://api.monogoto.io/api/v1/eSIM/getByIccid/{iccid}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": { "activationCode": "LPA:1$consumer.rsp.world$POK6MBO8U1N20MCURXT2OUCX", "iccid": "1234567890123456789", "imei": "1425627727272", "imsi": "310260123456789", "matchingId": "123456789", "qr_code": "data:image/jpeg:bae64;****************************************", "state": "RELEASED" } }