Get Bundle details from catalogue
GET /catalogue/bundle/{name}
GET
/catalogue/bundle/{name}
Get details of a specific Bundle from your Organisation’s catalogue
Authorizations
Parameters
Path Parameters
name
required
string
(Required) Name of Bundle Group to get countries for
Example
<string>
Responses
200
OK
object
Example
{ "name": "<string>", "description": "<string>", "countries": [ { "name": "<string>", "region": "<string>", "iso": "<string>" }, { "name": "<string>", "region": "<string>", "iso": "<string>" } ], "dataAmount": "<integer>", "duration": "<integer>", "speed": [ "<string>", "<string>" ], "autostart": "<boolean>", "unlimited": "<boolean>", "roamingEnabled": [ { "name": "<string>", "region": "<string>", "iso": "<string>" }, { "name": "<string>", "region": "<string>", "iso": "<string>" } ], "price": "<integer>"}
400
Bad Request
object
Example
{ "message": "<string>"}
403
Forbidden
object
Example
{ "message": "<string>"}
500
Internal Server Error
object
Example
{ "message": "<string>"}