Information retrieval API
API to retrieve the status of purchased eSIM via ICCID
This API retrieves eSIM information, including status, activity history, data usage, etc.
Path Parameters
iccid - required | |
Responses
200 OK
application/jsonSuccess
iccid | | ||||||||||||||||||||
activityLogs | | ||||||||||||||||||||
| |||||||||||||||||||||
usageInfoList | | ||||||||||||||||||||
| |||||||||||||||||||||
simStatus | | ||||||||||||||||||||
| |||||||||||||||||||||
productInfo | | ||||||||||||||||||||
| |||||||||||||||||||||
orderInfo | | ||||||||||||||||||||
| |||||||||||||||||||||
4xx/5xx Error
application/jsonError
timestamp | |
statusCode | |
errorCode | |
message | |
GET
/api/v1/products/esim/:iccidSample Request
Try it on SwaggerSample Response
_42{_42 "activityLogs": [_42 {_42 "eid": null,_42 "recordTime": "2025-05-13 22:42:42",_42 "status": "NOT_DOWNLOADED"_42 }_42 ],_42 "usageInfoList": [],_42 "simStatus": {_42 "planStartTime": null,_42 "planEndTime": null,_42 "remainingDays": 1, _42 "usedTraffic": 0,_42 "planStatus": "UNUSED"_42 },_42 "iccid": "89812003916820447472",_42 "orderInfo": {_42 "orderId": "481989189736539",_42 "trackId": "2f01814f-d3da-40ae-afd1-79cbd8f789e3",_42 "subOrderId": "68235a3f02fe66336899c820",_42 "subTrackId": "18824662-0ba2-4fe5-a22f-b7475755335f",_42 "purchaseDate": "2025-05-13T14:42:07.069Z"_42 },_42 "productInfo": {_42 "sku": "E23XY06GB08DFX",_42 "spu": "E23XY",_42 "name": {_42 "vi": "eSIM Ấn Độ 06GB tốc độ cao 4G, chỉ có data (6GB - 8 ngày ) ",_42 "en": "4G high-speed India travel eSIM, data only (6GB - 8 days ) "_42 },_42 "type": "eSIM",_42 "package": "FIXED",_42 "days": 8,_42 "data": "6GB",_42 "apn": "internet",_42 "hotsPot": true,_42 "throttleSpeed": "Stop",_42 "pointContactType": null,_42 "smsCall": "No"_42 }_42}
API to retrieve SIM card status after data is recharged via ICCID
This API retrieves SIM card information, including status, activity history, data usage, etc.
Path Parameters
iccid - required | |
Responses
200 OK
application/jsonSuccess
iccid | | ||||||||||||||||||||
activityLogs | | ||||||||||||||||||||
| |||||||||||||||||||||
usageInfoList | | ||||||||||||||||||||
| |||||||||||||||||||||
simStatus | | ||||||||||||||||||||
| |||||||||||||||||||||
productInfo | | ||||||||||||||||||||
| |||||||||||||||||||||
orderInfo | | ||||||||||||||||||||
| |||||||||||||||||||||
4xx/5xx Error
application/jsonError
timestamp | |
statusCode | |
errorCode | |
message | |
GET
/api/v1/products/sim/:iccidSample Request
Try it on SwaggerSample Response
_42{_42 "activityLogs": [_42 {_42 "eid": null,_42 "recordTime": "2025-05-13 22:42:42",_42 "status": "NOT_DOWNLOADED"_42 }_42 ],_42 "usageInfoList": [],_42 "simStatus": {_42 "planStartTime": null,_42 "planEndTime": null,_42 "remainingDays": 1, _42 "usedTraffic": 0,_42 "planStatus": "UNUSED"_42 },_42 "iccid": "89812003916820447472",_42 "orderInfo": {_42 "orderId": "481989189736539",_42 "trackId": "2f01814f-d3da-40ae-afd1-79cbd8f789e3",_42 "subOrderId": "68235a3f02fe66336899c820",_42 "subTrackId": "18824662-0ba2-4fe5-a22f-b7475755335f",_42 "purchaseDate": "2025-05-13T14:42:07.069Z"_42 },_42 "productInfo": {_42 "sku": "E23XY06GB08DFX",_42 "spu": "E23XY",_42 "name": {_42 "vi": "eSIM Ấn Độ 06GB tốc độ cao 4G, chỉ có data (6GB - 8 ngày ) ",_42 "en": "4G high-speed India travel eSIM, data only (6GB - 8 days ) "_42 },_42 "type": "eSIM",_42 "package": "FIXED",_42 "days": 8,_42 "data": "6GB",_42 "apn": "internet",_42 "hotsPot": true,_42 "throttleSpeed": "Stop",_42 "pointContactType": null,_42 "smsCall": "No"_42 }_42}