Get bundles assigned to a user
GET /user/bundles
GET
/user/bundles
Authorizations
Responses
200
User Bundles
object
bundles
The available bundles in the Organisation inventory
Array<object>
object
name
Bundle name
string
desc
Bundle description
string
available
The availability of the bundle
Array<object>
object
total
Total bundle quantity in order
integer
remaining
The number of uses left
integer
expiry
When the uses expire
string
countries
Bundle description
Array<string>
data
Data amount in MB
integer
duration
Duration amount
integer
durationUnit
Duration unit
string
autostart
Whether the bundle auto starts
boolean
speed
Array of speeds of bundle
Array<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 eSIM is not accessible by the user
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