LicCheck
Check license validity
Verifies a license
GET
https://signup.trialkey.ca/api/v2/LicCheck
Example URL:
/LicCheck?AuthToken=<AUTH_TOKEN>&Domain=mydomain.com&InstallKey=<INSTALL_KEY_VALUE>
This endpoint allows a license to be checked for validity. This call requires an AuthToken to have been obtained using the DoLogin() API, which is then passed as a parameter in this call (see below).
Query Parameters
Domain*
String
Your account domain (i.e. the mywebsite.com part of www.mywebsite.com)
AuthToken*
String
The authentication token returned from the DoLogin() API call.
InstallKey*
String
The installation key to check for a valid license. This key is obtained when calling the LicReg() API call.hout having to store anything.
LockedToMachineName
String
(Optional) If this parameter is included in the call, then the system will match the machine name value passed against what was recorded as the licensed machine name when the LicReg() API was called to register the license.
Last updated