Module Deep Dive

Licensing Portal

Securely validate domain activations, manage store keys remotely, and dispatch automated updates.

Validation Engine

The modules safeguarding codebase usage parameters across client installations.

Signature Verification

Cryptographic validation parameters. Validates license checks using secure RSA signatures over secure endpoints.

Localhost Staging Bypass

Flexible development checks. Bypasses activation locks on local hostnames, easing staging setup workflows.

Upgrades Dispatch

Automated core deliveries. Valid active keys query update packages directly from the primary licensing dashboard.

REST API Integration

Check activation states programmatically. The validator app exposes secure REST endpoints returning structured license status details to ease client integrations.

  • Secure query validation endpoints with action headers.
  • Includes subscription expiration dates and domain lists logs.
REST API Response 200 OK
{
  "license": "active",
  "key": "xxxx-xxxx-xxxx-xxxx",
  "domain": "mystore.com",
  "activated_at": "2026-07-04T12:00:00Z",
  "expires_at": "2027-07-04T12:00:00Z",
  "scopes": ["canvas", "svg_exports"]
}