api-ecom-licenses-{licenseId}
Number of APIs: 5
-
Gets the details for an individual license, child license, or trial license by its licenseId. GET {{baseUrl}}/api/ecom/licenses/:licenseId
-
Cancels an individual license by its license id. DELETE {{baseUrl}}/api/ecom/licenses/:licenseId
-
Cancels an individual module for a given license id and module code (e.g. "DNS" for DNS Protection or "WSAT" for Webroot Security Awareness Training). DELETE {{baseUrl}}/api/ecom/licenses/:licenseId/:modulecode
-
Updates (renew license, increase seats etc.) a license, child license, or trial license by its license id. PUT {{baseUrl}}/api/ecom/licenses/:licenseId
-
Adds a trial module (e.g. DNS Protection or WSAT) to a given license id. POST {{baseUrl}}/api/ecom/licenses/:licenseId/addTrialModule