GET /service/api/ecom/shop/products/{keycode}/childlicenses

Gets all child licenses of a parent license, but without billing information which is maintained by the parent license.

Request Information

URI Parameters

NameDescriptionTypeAdditional Information
keycode

The product keycode.

string

Required

URI Sample(s)

GET
https://unityapi.webrootcloudav.com/service/api/ecom/shop/products/33D3FB5600B44F3E99B6/childlicenses

Body Parameters

None.

Response Information

Resource Description

All child licenses which represent a set of subscriptions to particular products.

GetProductChildLicensesResponseServiceModel
NameDescriptionTypeAdditional Information
ChildLicenses

Child Licenses associated to the product.

Collection of GetProductChildLicensesResponseServiceModel_Element

None.

Sample Response

{
  "ChildLicenses": [
    {
      "LicenseId": 134321992,
      "Keycode": "777C678E93D14549AE94",
      "ParentKeycode": "C78594EA3447468DAB25",
      "SiteName": "My site 1",
      "ChildLicenseProfile": {
        "SAEP": {
          "LicenseCategoryName": "SAEP",
          "LicenseCategoryDescription": "Webroot Endpoint Protection",
          "LicenseKeycodeTypeId": 3,
          "StartDate": "2026-04-25T12:51:49",
          "ExpirationDate": "2027-12-14T00:25:44",
          "CategoryTypeName": "trial",
          "ItemHierarchyId": 1,
          "ItemHierarchyName": "primary",
          "LicenseStatusId": 0,
          "LicenseStatusDescription": "inactive"
        },
        "SDNS": {
          "LicenseCategoryName": "SDNS",
          "LicenseCategoryDescription": "Webroot DNS Protection",
          "LicenseKeycodeTypeId": 3,
          "StartDate": "2025-08-20T11:26:50",
          "ExpirationDate": "2027-03-08T13:52:48",
          "CategoryTypeName": "full",
          "ItemHierarchyId": 2,
          "ItemHierarchyName": "secondary",
          "LicenseStatusId": 0,
          "LicenseStatusDescription": "inactive"
        },
        "SECA": {
          "LicenseCategoryName": "SECA",
          "LicenseCategoryDescription": "Webroot Security Awareness",
          "LicenseKeycodeTypeId": 3,
          "StartDate": "2025-10-03T19:08:59",
          "ExpirationDate": "2027-11-14T22:52:04",
          "CategoryTypeName": "full",
          "ItemHierarchyId": 2,
          "ItemHierarchyName": "secondary",
          "LicenseStatusId": 0,
          "LicenseStatusDescription": "inactive"
        }
      }
    },
    {
      "LicenseId": 125076725,
      "Keycode": "490A886BD3F44BC0B958",
      "ParentKeycode": "C78594EA3447468DAB25",
      "SiteName": "My site 2",
      "ChildLicenseProfile": {
        "SAEP": {
          "LicenseCategoryName": "SAEP",
          "LicenseCategoryDescription": "Webroot Endpoint Protection",
          "LicenseKeycodeTypeId": 3,
          "StartDate": "2026-02-27T19:29:09",
          "ExpirationDate": "2027-01-06T10:30:51",
          "CategoryTypeName": "full",
          "ItemHierarchyId": 1,
          "ItemHierarchyName": "primary",
          "LicenseStatusId": 1,
          "LicenseStatusDescription": "active"
        },
        "SDNS": {
          "LicenseCategoryName": "SDNS",
          "LicenseCategoryDescription": "Webroot DNS Protection",
          "LicenseKeycodeTypeId": 3,
          "StartDate": "2024-06-20T16:35:28",
          "ExpirationDate": "2027-07-30T17:39:37",
          "CategoryTypeName": "full",
          "ItemHierarchyId": 2,
          "ItemHierarchyName": "secondary",
          "LicenseStatusId": 0,
          "LicenseStatusDescription": "inactive"
        },
        "SECA": {
          "LicenseCategoryName": "SECA",
          "LicenseCategoryDescription": "Webroot Security Awareness",
          "LicenseKeycodeTypeId": 3,
          "StartDate": "2026-03-08T18:01:41",
          "ExpirationDate": "2027-09-02T07:04:06",
          "CategoryTypeName": "trial",
          "ItemHierarchyId": 2,
          "ItemHierarchyName": "secondary",
          "LicenseStatusId": 3,
          "LicenseStatusDescription": "manually disabled"
        }
      }
    }
  ]
}                    
<GetProductChildLicensesResponseServiceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Webroot.UnityAPI.ServiceExtension.ECom.Models">
  <ChildLicenses>
    <GetProductChildLicensesResponseServiceModel_Element>
      <ChildLicenseProfile xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK>
          <d4p1:Key>SAEP</d4p1:Key>
          <d4p1:Value>
            <CategoryTypeName>trial</CategoryTypeName>
            <ExpirationDate>2027-12-14T00:25:44</ExpirationDate>
            <ItemHierarchyId>1</ItemHierarchyId>
            <ItemHierarchyName>primary</ItemHierarchyName>
            <LicenseCategoryDescription>Webroot Endpoint Protection</LicenseCategoryDescription>
            <LicenseCategoryName>SAEP</LicenseCategoryName>
            <LicenseKeycodeTypeId>3</LicenseKeycodeTypeId>
            <LicenseStatusDescription>inactive</LicenseStatusDescription>
            <LicenseStatusId>0</LicenseStatusId>
            <StartDate>2026-04-25T12:51:49</StartDate>
          </d4p1:Value>
        </d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK>
        <d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK>
          <d4p1:Key>SDNS</d4p1:Key>
          <d4p1:Value>
            <CategoryTypeName>full</CategoryTypeName>
            <ExpirationDate>2027-03-08T13:52:48</ExpirationDate>
            <ItemHierarchyId>2</ItemHierarchyId>
            <ItemHierarchyName>secondary</ItemHierarchyName>
            <LicenseCategoryDescription>Webroot DNS Protection</LicenseCategoryDescription>
            <LicenseCategoryName>SDNS</LicenseCategoryName>
            <LicenseKeycodeTypeId>3</LicenseKeycodeTypeId>
            <LicenseStatusDescription>inactive</LicenseStatusDescription>
            <LicenseStatusId>0</LicenseStatusId>
            <StartDate>2025-08-20T11:26:50</StartDate>
          </d4p1:Value>
        </d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK>
        <d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK>
          <d4p1:Key>SECA</d4p1:Key>
          <d4p1:Value>
            <CategoryTypeName>full</CategoryTypeName>
            <ExpirationDate>2027-11-14T22:52:04</ExpirationDate>
            <ItemHierarchyId>2</ItemHierarchyId>
            <ItemHierarchyName>secondary</ItemHierarchyName>
            <LicenseCategoryDescription>Webroot Security Awareness</LicenseCategoryDescription>
            <LicenseCategoryName>SECA</LicenseCategoryName>
            <LicenseKeycodeTypeId>3</LicenseKeycodeTypeId>
            <LicenseStatusDescription>inactive</LicenseStatusDescription>
            <LicenseStatusId>0</LicenseStatusId>
            <StartDate>2025-10-03T19:08:59</StartDate>
          </d4p1:Value>
        </d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK>
      </ChildLicenseProfile>
      <Keycode>777C678E93D14549AE94</Keycode>
      <LicenseId>134321992</LicenseId>
      <ParentKeycode>C78594EA3447468DAB25</ParentKeycode>
      <SiteName>My site 1</SiteName>
    </GetProductChildLicensesResponseServiceModel_Element>
    <GetProductChildLicensesResponseServiceModel_Element>
      <ChildLicenseProfile xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK>
          <d4p1:Key>SAEP</d4p1:Key>
          <d4p1:Value>
            <CategoryTypeName>full</CategoryTypeName>
            <ExpirationDate>2027-01-06T10:30:51</ExpirationDate>
            <ItemHierarchyId>1</ItemHierarchyId>
            <ItemHierarchyName>primary</ItemHierarchyName>
            <LicenseCategoryDescription>Webroot Endpoint Protection</LicenseCategoryDescription>
            <LicenseCategoryName>SAEP</LicenseCategoryName>
            <LicenseKeycodeTypeId>3</LicenseKeycodeTypeId>
            <LicenseStatusDescription>active</LicenseStatusDescription>
            <LicenseStatusId>1</LicenseStatusId>
            <StartDate>2026-02-27T19:29:09</StartDate>
          </d4p1:Value>
        </d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK>
        <d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK>
          <d4p1:Key>SDNS</d4p1:Key>
          <d4p1:Value>
            <CategoryTypeName>full</CategoryTypeName>
            <ExpirationDate>2027-07-30T17:39:37</ExpirationDate>
            <ItemHierarchyId>2</ItemHierarchyId>
            <ItemHierarchyName>secondary</ItemHierarchyName>
            <LicenseCategoryDescription>Webroot DNS Protection</LicenseCategoryDescription>
            <LicenseCategoryName>SDNS</LicenseCategoryName>
            <LicenseKeycodeTypeId>3</LicenseKeycodeTypeId>
            <LicenseStatusDescription>inactive</LicenseStatusDescription>
            <LicenseStatusId>0</LicenseStatusId>
            <StartDate>2024-06-20T16:35:28</StartDate>
          </d4p1:Value>
        </d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK>
        <d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK>
          <d4p1:Key>SECA</d4p1:Key>
          <d4p1:Value>
            <CategoryTypeName>trial</CategoryTypeName>
            <ExpirationDate>2027-09-02T07:04:06</ExpirationDate>
            <ItemHierarchyId>2</ItemHierarchyId>
            <ItemHierarchyName>secondary</ItemHierarchyName>
            <LicenseCategoryDescription>Webroot Security Awareness</LicenseCategoryDescription>
            <LicenseCategoryName>SECA</LicenseCategoryName>
            <LicenseKeycodeTypeId>3</LicenseKeycodeTypeId>
            <LicenseStatusDescription>manually disabled</LicenseStatusDescription>
            <LicenseStatusId>3</LicenseStatusId>
            <StartDate>2026-03-08T18:01:41</StartDate>
          </d4p1:Value>
        </d4p1:KeyValueOfstringGetProductChildLicensesResponseServiceModel_ChildLicenseProfilefLvholdK>
      </ChildLicenseProfile>
      <Keycode>490A886BD3F44BC0B958</Keycode>
      <LicenseId>125076725</LicenseId>
      <ParentKeycode>C78594EA3447468DAB25</ParentKeycode>
      <SiteName>My site 2</SiteName>
    </GetProductChildLicensesResponseServiceModel_Element>
  </ChildLicenses>
</GetProductChildLicensesResponseServiceModel>