Skip to content

Get Bundle from catalogue

GET
/catalogue/bundle/{name}

Get details of a specific Bundle from your Organisation’s catalogue

Authorizations

Parameters

Path Parameters

name
required
string

Name of Bundle Group to get countries for

Responses

200

Success message

object
name

Bundle Name

string
description

Bundle Description

string
countries
Array<object>
object
name

Country name

string
region

Country region

string
iso

Country iso

string
dataAmount

Data Amount (MB)

integer
duration

Duration

integer
speed

Bundle speed

Array<string>
autostart

If the bundle auto starts

boolean
roamingEnabled
Array<object>
object
name

Country name

string
region

Country region

string
iso

Country iso

string
price

Bundle price in the organisation currency

integer

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