Validate license
Verify if a license is valid through its key. No API key is needed to access this endpoint.
Request Body
application/json
RequiredlicenseKey
RequiredstringThe license key.
deviceIdentifier
RequiredstringThe identifier of the device to validate the license for.
productId
Requiredstring | string[]The product ID of the license. Can also be an array if your app supports multiple products.
Success. The license can be valid or invalid (device
and license
will be null).