Skip to content

Check eSIM and Bundle Compatibility

GET
/esims/{iccid}/compatible/{bundle}

This request is used to check that a specific bundle is compatible with an eSIM.

Authorizations

Parameters

Path Parameters

iccid
required
string

(Required) The ICCID of the eSIM

Example
<string>
bundle
required
string

Responses

200

OK

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

400

Bad Request

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

403

Forbidden

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

500

Internal Server Error

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