Download an eSIM
Downloads generate a new Matching ID to a QR code associated with a given ICCID, provided its state is set to “available”. The API requires ICCID
Body
iccidstringOptionalExample:
The ICCID (19 or 20 characters) associated with the order to download.
1234567890123456789
Responses
200
Successfully downloaded and confirmed the order.
application/json
400
Bad request, invalid ICCID format, or missing required parameters.
application/json
500
Internal server error, failed to download or confirm the order.
application/json
post
POST /api/v1/eSIM/download HTTP/1.1
Host: api.monogoto.io
Content-Type: application/json
Accept: */*
Content-Length: 31
{
"iccid": "1234567890123456789"
}
{
"data": {
"header": {
"functionExecutionStatus": {
"status": "Executed-Success"
}
},
"matchingId": "DDYSX7MJYEKHIXYGK3PU5GEQ"
}
}
Last updated
Was this helpful?