API v2.5 / Organisation / Get Bundle Groups
GET /organisation/groups
This endpoint returns a list of the groups of Bundles available for your Organisation to order. Bundles in eSIM Go are categorised into groups.
Name of the bundle group depends on your account tier. In the example below you will find the groups description for standard organisation tier.
Standard Fixed
- All these bundles are for a finite and fixed amount of data.
- eg. the moniker for a Standard Fixed Turkey 1GB 7 Days bundle is esim_1GB_7D_TR_V2
Standard Long Duration
- All these bundles are for a finite and fixed amount of data.
- eg. the moniker for a Standard 50GB 90 Days Long Duration Bundle is esim_50GB_90D_RGBS_V2
Standard Unlimited Lite
- These bundles will provide 1GB of unthrottled data every 24 hours, once this is depleted data will be throttled to 512kbps. This repeats each day for the duration of the bundle.
- eg. the moniker for a Standard Unlimited Lite Turkey 1 day bundle is esim_UL_1D_TR_V2
Standard Unlimited Essential
- These bundles will provide 1GB of unthrottled data every 24 hours, once this is depleted data will be throttled to 1.25mbps. This repeats each day for the duration of the bundle.
- eg. the moniker for a Standard Unlimited Lite Turkey 1 day bundle is esim_ULE_1D_TR_V2
Standard Unlimited Plus
- These bundles will provide 2GB of unthrottled data every 24 hours, once this is depleted data will be throttled to 2mbps. This repeats each day for the duration of the bundle.
- eg. the moniker for a Standard Unlimited Plus Turkey 1 day bundle is esim_ULP_1D_TR_V2
Authorizations
Responses
200
OK
object
object
Bundle group name
URL to download a pricing list for specific bundle group
Bundle group description
URL to download a bundle group icon
Example
{ "groups": [ { "name": "Standard Fixed Bundles" }, { "name": "Standard Unlimited Bundles" } ]}
400
Bad Request - returned when request format is not accepted
object
Status of api functions which do not return data
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
Status of api functions which do not return data
429
Too Many Requests
object
Status of api functions which do not return data
500
Server Error
object
Status of api functions which do not return data
503
Processing - Please come back later or use the Retry-After (seconds) header
object
Status of api functions which do not return data