Create an API key from your dashboard and include it in request headers.
Define your software products with license types and activation limits.
Use our API or SDKs to activate, validate, and manage licenses in your apps.
Activate a license key
curl -X POST https://your-domain.com/api/v1/licenses/activate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"license_key": "XXXX-XXXX-XXXX-XXXX",
"domain": "example.com",
"device_fingerprint": "hw-abc123",
"device_name": "Production Server"
}'Generate, activate, validate, and revoke licenses with fine-grained control over device limits and expiration.
Lock licenses to specific devices using hardware IDs, domains, and IP addresses for piracy prevention.
Optimized API with rate limiting tiers, caching, and sub-50ms response times for validation checks.
Official SDKs for Node.js, Python, PHP, and Go with built-in retry logic and error handling.
Full WordPress plugin lifecycle management with remote lock/unlock and update distribution.
15+ event types with HMAC-SHA256 signatures, exponential backoff, and delivery tracking.