Create License Key
Manually issue a new license key for a specific product.
Authorizations
Authenticate requests using your standard bearer API key (e.g. YOUR_API_KEY).
Body
The unique product identifier (internal product ID or ID) for which the license key will be issued.
The unique customer identifier (internal customer ID or ID) who will own this license key.
The maximum number of concurrent device or server activations allowed for this license key.
Relative validity period of the license in hours starting from the time of creation.
Optional custom license key string. If not provided, a random uppercase cryptographic serial key (e.g., ABCD-EFGH) will be generated automatically.
Response
Successfully created license.
Represents a cryptographically secure software license key issued to a customer upon purchase or manual issuance.
The unique prefix-based identifier of the license key.
"lic_hyQQhhNzfEuvv"
The cryptographically generated license key string delivered to the customer.
"A184-99C2-8CBE"
Lifecycle status of the license. ACTIVE = active. DISABLED = suspended. REVOKED = hard-revoked.
ACTIVE, DISABLED, REVOKED "ACTIVE"
The unique identifier associated with the business this license belongs to.
"biz_345TUESrCDPvrb"
The unique ID of the product this license key is associated with.
"prod_hyQQhhNzfEuvv"
The unique payment identifier that triggered the issuance of this license key.
"pay_3r2FgHXp9"
The unique customer identifier (ID) who received this license key.
"cust_3r2FgHXp9"
Maximum number of simultaneous active device instances allowed for this license. Null means unlimited.
3
Optional message displayed to the customer upon successful activation.
"Thank you! Your license is now active."
Running count of how many times this license key has been activated.
1
Relative expiry duration in hours from the time of issuance.
720
Absolute expiration timestamp. The license becomes invalid after this point.
"2027-01-01T00:00:00.000Z"
Optional custom metadata filters associated with the license.
null
Indicates if the license key is archived.
false
Timestamp indicating exactly when the license key was issued.
"2026-05-11T01:12:25.764Z"
Timestamp indicating when the license key was last modified.
"2026-05-18T09:45:37.166Z"