API v2.4 / eSIMs (Deprecated) / Apply a Bundle to an eSIM (Deprecated)
POST /esims/{iccid}/bundles
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 - returned when request format is not accepted
object
message
Status of api functions which do not return data
string
403
Unauthorised - returned when the api token is invalid; the user does not have any available Bundles left or the ICCID is not accessible by the user
object
message
Status of api functions which do not return data
string
429
Too Many Requests
object
message
Status of api functions which do not return data
string
500
Server Error
object
message
Status of api functions which do not return data
string
503
Processing - Please come back later or use the Retry-After (seconds) header
object
message
Status of api functions which do not return data
string