Download an eSIM

Download an eSIM based on ICCID

post

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
iccidstringOptional

The ICCID (19 or 20 characters) associated with the order to download.

Example: 1234567890123456789
Responses
200
Successfully downloaded and confirmed 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?