Switch Profile

# Switch Profile

Switch the profile of a device.

# POST

https://eim.simlessly.com/api/v1/open/esim/switch (opens new window)

# Request Body Structure

Name Type MOC Description Example
eid String M EID 81049980000170000000002700000017
imei String O IMEI 273203576794093
iccid String M ICCID 89860468152080349618

# Request Body Example

{
    "eid": "81049980000170000000002700000017",
    "imei": "273203576794093",
    "iccid": "89860468152080349618"
}

# Response Body Structure

Name Type MOC Description Example

# Example of Response

{
    "status":200,
    "success": true,
    "msg": ""
}