List Bundles applied to an eSIM
GET /esims/{iccid}/bundles
GET
/esims/{iccid}/bundles
Authorizations
Parameters
Path Parameters
iccid
required
string
The ICCID of the eSIM
Responses
200
Active Bundles
object
Promotions
Array<object>
object
moniker
The name of the Bundle
string
activeOffers
Array<object>
object
elementId
Element Id of the offer
string
offerId
Id of the offer
string
callTypeGroup
Call Type Group of the shown offer
string
initialQuantity
The initial quantity the offer had
string
remainingQuantity
The remaining quantity the offer has
string
startTime
The time the offer started (utc string)
string
endTime
The time the offer ended (utc string, can be empty if offer has no endTime)
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 or the user does not have permission to query the given ICCID
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