LicenseKeyValidate

April 30, 2025 ยท View on GitHub

Fields

FieldTypeRequiredDescription
keystr:heavy_check_mark:N/A
organization_idstr:heavy_check_mark:N/A
activation_idOptionalNullable[str]:heavy_minus_sign:N/A
benefit_idOptionalNullable[str]:heavy_minus_sign:N/A
customer_idOptionalNullable[str]:heavy_minus_sign:N/A
increment_usageOptionalNullable[int]:heavy_minus_sign:N/A
conditionsDict[str, models.Conditions]:heavy_minus_sign:Key-value object allowing you to set conditions that must match when validating the license key.

The key must be a string with a maximum length of 40 characters.
The value must be either:

* A string with a maximum length of 500 characters
* An integer
* A floating-point number
* A boolean

You can store up to 50 key-value pairs.