Issue and manage licenses

You can issue and manage licenses using the 10Duke Scale UI console and the 10Duke Scale License Management API.

View licenses in the UI console

To view a customer’s licenses:

  1. In the left sidebar, go to LICENSING > Customers.

  2. On the customer list, click the three-dot menu for the customer and select Licenses.

    A list of that customer’s licenses opens.

  3. To preview a license, click the arrow for the license on the left.

  4. To view and edit the details of a license, click the pen icon for the license.

View licenses through the API

Use the following License Management API operations:

Operation URL (relative, prepend the environment base URL)
Retrieve a customer’s licenses GET /licensees/{licenseeId}/licenses
Retrieve a customer’s license GET /licensees/{licenseeId}/licenses/{licenseId}

In addition, the 10Duke Scale License Checkout API provides operations for retrieving information on licenses from a license usage point of view.

See more