Skip to content

Get eSIM details

GET
/esims/{iccid}

Receive eSIM details for an ICCID

Authorizations

Parameters

Path Parameters

iccid
required
string

(Required) The ICCID of the eSIM

Example
<string>

Query Parameters

additionalFields
string
Example
appleInstallUrl

Responses

200

OK

object
Example
{
"iccid": "<string>",
"matchingId": "<string>",
"smdpAddress": "<string>",
"profileStatus": "Released",
"pin": "<string>",
"puk": "<string>",
"firstInstalledDateTime": "<dateTime>"
}

400

Bad Request

object
Example
{
"message": "<string>"
}

403

Forbidden

object
Example
{
"message": "<string>"
}

500

Internal Server Error

object
Example
{
"message": "<string>"
}