List Bundles applied to an eSIM
GET /esims/{iccid}/bundles
Provides details about the current Bundles 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
Authorizations
Parameters
Path Parameters
The ICCID of the eSIM
Responses
200
Active Bundles
object
object
The name of the Bundle
object
Id of the assignment
Call Type Group of the assignment
The initial quantity the assignment had
The remaining quantity the assignment has
The time the assignment started (utc string)
Format as defined in RFC 3339, section 5.6. Timezone is UTC (ends with ‘Z’).
Example: 2006-01-02T15:04:05Z
The time the assignment ended (utc string, can be empty if assignment has no endTime)
Format as defined in RFC 3339, section 5.6. Timezone is UTC (ends with ‘Z’).
Example: 2006-01-02T15:04:05Z
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 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