API v2.4 / Organisation / Get Bundle Groups
GET /organisation/groups
GET
/organisation/groups
Bundles are grouped into categories. This returns a list of the groups of Bundles available for your Organisation to order.
Authorizations
Responses
200
OK
object
groups
Array<object>
object
name
required
string
priceListUrl
string format: uri
desc
string
icon
string format: uri
Example
{ "groups": [ { "name": "Standard Fixed Bundles" }, { "name": "Standard Unlimited Bundles" } ]}
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 ICCID is not accessible by the user
object
message
Status of api functions which do not return data
string
429
Too Many Requests
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
503
Processing - Please come back later or use the Retry-After (seconds) header
object
message
Status of api functions which do not return data
string