Skip to content

Get Bundle 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
Example
[
{
"name": "<string>"
},
{
"name": "<string>"
}
]

400

Bad Request

object
Example
{
"message": "<string>"
}

403

Forbidden

object
Example
{
"message": "<string>"
}

500

Internal Server Error

object
Example
{
"message": "<string>"
}