SIM Management
API Reference
Export Esim

Export Esim

This endpoint allows eSims URLs to be emailed to an external email address.

Network Support

NetworkNetworkId
eSIMsmart218
eSIMsmart IOT225
Orange (France) LMVNO234
Vodafone AT (UK)200
  • SIM status must be "on-hire"
  • All SIMs must be:
    • On the same network
    • On the same account

Request

NameTypeDescriptionRestrictions
serialNumbersstring arrayAn array of serial numbers corresponding to the SIMs you wish to updateAt least one
emailAddressstringEmail address that should receive the eSims
Example ExportEsim
curl --location 'https://api.cellhire.com/api/simSubmission/ExportEsim' \
--header 'Content-Type: application/json;charset=UTF-8' \
--header 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IjRBMDlENTFBMDhEOEUxMTU0OTkyODFDN...' \
--data '{
    "serialNumbers": [
        "987654321"
    ],
    "emailAddress": "user@example.com"
}'