Get the status of a Bundle applied to an eSIM
GET /esims/{iccid}/bundles/{name}
Provides details about an individual assignment of a Bundle applied to an eSIM. Remaining data can be found here.
Each Bundle can have multiple assignments. e.g. a 1-year Bundle will have 12 assignments, each with their own start and finish dates
Notes:
- If multiple of the same bundle are applied to a single eSIM, the status bundle with the latest assignment will be returned.
- Bundle names are case sensitive and should be typed like the following “esim_1GB_7D_IM_U”.
Authorizations
Parameters
Path Parameters
The ICCID of the eSIM
Name of the Bundle
Responses
200
Bundle status
object
object
Element Id of the offer
Id of the offer
Call Type Group of the shown offer
The initial quantity the offer had
The remaining quantity the offer has
The time the offer started (utc string)
The time the offer ended (utc string, can be empty if offer has no endTime)
400
Bad Request - returned when request format is not accepted
object
Status of api functions which do not return data
403
Unauthorised - returned when the api token is invalid or that the user does not have permission to query the given ICCID
object
Status of api functions which do not return data
500
Server Error
object
Status of api functions which do not return data