Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 12.3 KB

File metadata and controls

14 lines (11 loc) · 12.3 KB

LicenseKeyValidate

Fields

Field Type Required Description
key str ✔️ N/A
organization_id str ✔️ N/A
activation_id OptionalNullable[str] N/A
benefit_id OptionalNullable[str] N/A
customer_id OptionalNullable[str] N/A
increment_usage OptionalNullable[int] N/A
conditions Dict[str, models.Conditions] 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.