Get Bundle catalogue
GET /catalogue
GET
/catalogue
List all Bundles available to your Organisation for ordering.
Bundle names can be used with the /orders
endpoint to place an order.
Authorizations
Parameters
Query Parameters
page
string
Page of Bundles to return
Example
perPage
integer
Number of Bundles to return per page
Example
direction
string
Direction of ordering
Example
orderBy
string
Name of column to order by
Example
description
string
Wildcard search for description
Example
group
string
Filter by Bundle Group (exact value) e.g. Standard eSIM Bundles
Example
countries
string
Comma-separated list of country ISO codes to filter by. This will search for Bundles that include at least one of the countries as their base country. e.g. GB, US
Example
region
string
This will return Bundles that have a base country in the specified region. e.g. Europe
Example
Responses
200
OK
object
Example
400
Bad Request
object
Example
403
Forbidden
object
Example
500
Internal Server Error