License Verification API
366 views
·
Updated Apr 29, 2026
For Developers: License Verification
If you are an author integrating license verification into your product, AppTrovo provides a public REST API.
API Endpoint
GET /api/v1/licenses/verify?license_key=YOUR_KEY&product_slug=YOUR_SLUG&domain=OPTIONAL_DOMAIN
Response
{
"valid": true,
"license_type": "standard",
"licensed_to": "Acme Corp",
"domain": "acme.com",
"activations_used": 1,
"activations_limit": 3,
"support_active": true
}
Full Documentation
For complete integration instructions with code samples in PHP, JavaScript, and Python, see our License Integration Guide.
We also provide a ready-to-use Laravel Installer SDK that handles license verification, domain activation, and a 5-step web installer. View the SDK documentation.
Was this article helpful?