Skip to content

Apply a Bundle to an eSIM (Deprecated)

POST
/esims/{iccid}/bundles

Authorizations

Parameters

Path Parameters

iccid
required
string

(Required) The ICCID of the eSIM

Example
<string>

Request Body

object
{
"name": "<string>",
"startTime": "<string>",
"repeat": "<integer>"
}

Responses

200

OK

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

400

Bad Request

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

403

Forbidden

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

500

Internal Server Error

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