v1

latestOpenAPI 3.0.02026-08-06165119238.1 KB
Bundle

Retrieve a Bundle

Retrieves a single bundle. Each bundle contains a list of entitlements, meters, credits, and other bundles.

get/v3/bundles/{id}

Path parameters

idstring required

Unique Bundle Identifier.

Response

OK

tenantIdstring
subTenantIdstring
typestring
idstring
labelstring
descriptionstring

Returned if not null

auto_assign'none' | 'all' | 'anonymous' | 'authenticated'

Example response

{
  "tenantId": "company",
  "subTenantId": "company|demo",
  "type": "bundle",
  "id": "1163991e-d671-4695-9ac0-b3d63fecfc20",
  "label": "Test bundle",
  "description": "This is a bundle",
  "includes": {
    "entitlements": [],
    "meters": [],
    "credits": [],
    "bundles": []
  },
  "auto_assign": "none"
}