Creating Licenses
Creating a license
A license inherits all its properties from the default license template attached to its product. But you may want to override some properties like allowedActivations, subscriptionInterval, add some metadata etc. You can check out all the properties on the web API reference page.
Following is a sample request which you will usually make to create a license:
Creating License
Headers
| Name | Type | Description |
|---|---|---|
| Authorization | string | Bearer Access Token |
Request Body
| Name | Type | Description |
|---|---|---|
| subscriptionInterval | string | The duration after which the license will expire. |
| allowedActivations | number | Allowed number of activations for the license. |
| userId | string | Unique identifier for the user. |
| productId | string | Unique identifier for the product. |
Last updated: