Skip to content

Licence API

POST /licence/v1/updates

Returns the latest version an entitled licence can install — the endpoint behind in-product auto-updates.

POST https://parmtech.au/licence/v1/updates
Content-Type: application/json

{ "licence_key": "PT-…", "product": "ssl-god-pro" }
{
  "product": "ssl-god-pro",
  "latest": {
    "version": "2.5.0",
    "channel": "stable",
    "min_php": "8.1",
    "requires": { "php": ">=8.1", "wp": ">=6.4" },
    "changelog": "…"
  },
  "released_at": "2026-06-19T00:00:00+00:00"
}

Expired or revoked licences receive 403 and should keep running their installed version.