Construct 3 License Key-- -

: Construct 3 validates subscription status against Scirra’s servers. A static "key" cannot bypass this check.

// Check if the license key matches the format if (licenseKeyRegex.test(licenseKey)) // Validate the license key with the Construct 3 API // Replace with your own API endpoint and validation logic const apiEndpoint = 'https://api.construct.net/en/v1/licenses/validate'; const response = await fetch(apiEndpoint, method: 'POST', headers: 'Content-Type': 'application/json' , body: JSON.stringify( licenseKey ) ); Construct 3 License Key--