Request message for activating a license.

interface ActivateLicenseRequest {
    licenseKey: string;
    preferences: ApiPreferences;
    productId: string;
}

Properties

licenseKey: string

The license key.

preferences: ApiPreferences

API preferences.

productId: string

Optional product_id, used if activating anything but the base CanKing product.