Validate and manage your AncestryCodex software license
Use these endpoints to validate licenses in your application:
POST https://licence.ancestrycodex.com/
Content-Type: application/x-www-form-urlencoded
action=validate&license_key=ACX-XXXX-XXXX-XXXX&domain=example.com
GET https://licence.ancestrycodex.com/?action=check&key=ACX-XXXX-XXXX-XXXX
{
"valid": true,
"license": {
"key": "ACX-XXXX...",
"type": "standard",
"product": "AncestryCodex Premium License",
"domain": "example.com",
"expires": "never"
}
}