Validate a software license
Licensing
Validate a software license
Validates an existing activation and refreshes its last-check timestamp. A valid response includes a short-lived Ed25519-signed offline token for temporary use when the API cannot be reached.
POST
Validate a software license
Body
application/json
Response
Validation completed. Inspect the valid and reason properties.
Available options:
active, reissued, suspended, expired, revoked Available options:
license_reissued, license_suspended, license_expired, license_revoked, activation_not_found, installation_mismatch, null Required range:
x >= 0Required range:
x >= 1Ed25519-signed compact offline validation token; only returned when valid.
Base64url-encoded Ed25519 public key.
Unix timestamp at which the offline token expires.