A complete, Envato-compliant license verification system for protecting CodeCanyon products.
One-time Envato verification with cached results. No repeated API calls.
Real-time statistics, license management, and activation logging.
Built-in protection against abuse with configurable rate limits.
Get started in minutes
POST /api/v1/verify
Content-Type: application/json
{
"project_id": "65f1a2b3c4d5e6f7g8h9i0j1",
"purchase_code": "ABC123DEF456",
"domain_or_app_id": "example.com",
"os": "Windows 11",
"browser": "Chrome 120"
}
// Response
{
"status": "ok",
"message": "License verified successfully",
"data": {
"status": "ok",
"used_installations": 2,
"max_installations": 3,
"buyer_email": "buyer@example.com"
}
}