Last updated 3 months ago
Was this helpful?
Returns the Subscription information associated with the provided ICCID.
The ICCID to retrieve the profile data for.
GET /api/v1/eSIM/getByIccid/{iccid} HTTP/1.1 Host: api.monogoto.io Accept: */*
Successfully fetched profile information for the given 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" } }