License Management API
The License Management API provides endpoints for creating, managing, and validating license keys for your software products.
Available Endpoints
License Creation and Management
- Create License Key - Generate new license keys
- Get License Details - Retrieve information about existing licenses
- Block License - Disable a license key
- Unblock License - Re-enable a blocked license key
Activation Management
- Activate License - Register a device with a license key
- Deactivate License - Remove a device registration
Common Parameters
Most endpoints require the following parameters:
productId
- Your product’s unique identifierlicenseKey
- The license key being managedaccessToken
- Your API authentication token
For detailed information about authentication and error handling, see: