Get an eSIM
Returns the Subscription information associated with the provided ICCID.
Path parameters
iccidstring · min: 19 · max: 20Required
The ICCID to retrieve the profile data for.
Responses
200
Successfully fetched profile information for the given ICCID.
application/json
400
Bad request, invalid ICCID format or validation failure.
application/json
500
Internal server error, failed to fetch profile or other issues.
application/json
get
GET /api/v1/eSIM/getByIccid/{iccid} HTTP/1.1
Host: api.monogoto.io
Accept: */*
{
"data": {
"activationCode": "LPA:1$consumer.rsp.world$POK6MBO8U1N20MCURXT2OUCX",
"iccid": "1234567890123456789",
"imei": "1425627727272",
"imsi": "310260123456789",
"matchingId": "123456789",
"qr_code": "data:image/jpeg:bae64;****************************************",
"state": "RELEASED"
}
}
Last updated
Was this helpful?