๐Ÿ” JUCO License Server

โœ… Operational

Multi-Product License Management System v2.0

๐Ÿ“Š Admin Panel

๐Ÿ“Œ API Endpoints

License Verification (Main Endpoint)

POST /api/verify

Verify a license key - Used by Strapi plugins and other integrations

{
  "license": "JUCO-XXXX-XXXX-XXXX",     // Required: License key
  "domain": "example.com",              // Required: Domain/hostname
  "machineId": "unique-machine-id",     // Optional: Unique machine identifier
  "plugin": "api-integrator",           // Required: Product/plugin ID
  "version": "1.0.0"                    // Optional: Product version
}

Response (Success):

{
  "valid": true,
  "type": "enterprise",                 // License type: basic/premium/enterprise
  "customer": "Company Name",
  "expiresAt": "2025-12-31",
  "products": ["api-integrator"],
  "features": ["*"]                     // Features based on license type
}
GET /api/health

Check server status and statistics

๐Ÿงช Test License Verification

๐Ÿ“ Available Test Licenses

JUCO-TRIAL-DEMO-1234-5678
Type: Basic | Domains: localhost, *.local | Expires: 2027-08-21
JUCO-ENTERPRISE-2024-1CBA
Type: Enterprise | Domains: All (*) | Expires: 2028-08-21

Created by JUCO

www.juco.gr

Server Time: 2026-08-21 07:51:30 EEST