License Templates

Define Once. Reuse From The Dashboard Or API.

A template is a product-scoped set of CreateKey parameters used whenever a new license is generated.

License Template

Annual Enterprise License

Illustrative Parameters

{
  "ProductId": 3645,
  "Period": 30,
  "F1": true,
  "F2": true,
  "MaxNoOfMachines": 3
}

Dashboard

Create Key

Illustrative selection. Choose a saved template when creating a key.

API

POST /api/key/CreateKeyFromTemplate

LicenseTemplateId=42

Use the template identifier as a request parameter.

License Template Reference

  • Stored As JSON

    Templates store CreateKey parameters in JSON format.

  • Product Scoped

    Each template is associated with a specific product.

  • Selectable In Create Key

    Select a template while generating a key in the dashboard.

  • Available Through API

    Retrieve templates and generate keys programmatically.