Skip to content

Get your Organisation's inventory

GET
/inventory

All of your Organisation’s currently purchased Bundles and their remaining usages.

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
id

The usage id

integer
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