Skip to content

Get bundle inventory

GET
/inventory

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

Authorizations

Responses

200

OK

object
Example
{
"bundles": [
{
"name": "<string>",
"desc": "<string>",
"available": [
{
"id": "<integer>",
"total": "<integer>",
"remaining": "<integer>",
"expiry": "<string>"
},
{
"id": "<integer>",
"total": "<integer>",
"remaining": "<integer>",
"expiry": "<string>"
}
],
"countries": [
"<string>",
"<string>"
],
"data": "<integer>",
"duration": "<integer>",
"durationUnit": "<string>",
"autostart": "<boolean>",
"unlimited": "<boolean>",
"speed": [
"<string>",
"<string>"
]
},
{
"name": "<string>",
"desc": "<string>",
"available": [
{
"id": "<integer>",
"total": "<integer>",
"remaining": "<integer>",
"expiry": "<string>"
},
{
"id": "<integer>",
"total": "<integer>",
"remaining": "<integer>",
"expiry": "<string>"
}
],
"countries": [
"<string>",
"<string>"
],
"data": "<integer>",
"duration": "<integer>",
"durationUnit": "<string>",
"autostart": "<boolean>",
"unlimited": "<boolean>",
"speed": [
"<string>",
"<string>"
]
}
]
}

400

Bad Request

object
Example
{
"message": "<string>"
}

403

Forbidden

object
Example
{
"message": "<string>"
}

500

Internal Server Error

object
Example
{
"message": "<string>"
}