License Management

Validate and manage your AncestryCodex software license

Check License Status
API Documentation

Use these endpoints to validate licenses in your application:

Validate License (POST)
POST https://licence.ancestrycodex.com/
Content-Type: application/x-www-form-urlencoded

action=validate&license_key=ACX-XXXX-XXXX-XXXX&domain=example.com
Check License (GET)
GET https://licence.ancestrycodex.com/?action=check&key=ACX-XXXX-XXXX-XXXX
Response Format
{
  "valid": true,
  "license": {
    "key": "ACX-XXXX...",
    "type": "standard",
    "product": "AncestryCodex Premium License",
    "domain": "example.com",
    "expires": "never"
  }
}