LicReg
Register License
Registers a license with TrialKey
GET
https://signup.trialkey.ca/api/v2/LicReg
This endpoint allows a trial or licensed user to verify their credentials for your application(s). Once logged in the LicCheck API can be used to check information on their license.
Example URL:
/LicReg?AuthToken=a75774e6-7a4a-44d0-8fc7-9f51c293ea7d&Domain=mydomain.com&ProductCode=<MY_PRODUCT_CODE>&InstalledVersion=<MY_PRODUCT_VERSION>
Query Parameters
Domain*
String
Your account domain (i.e. the mywebsite.com part of www.mywebsite.com)
HardwareFingerprintReq
String
(Optional) A hardware fingerprint that represents the user's machine which will be used to match against in future LicCheck() calls. If this parameter is passed on registration then it must be passed on all subsequent LicCheck() calls. Note that the Require Hardware License option in the product should be set in order to use this option.fy them or their products and licenses.
LockedToMachineName
String
(Optional) If passed, the license will be locked to the provided machine name. If this parameter is passed on registration then it must be passed on all subsequent LicCheck() calls.
AuthToken*
String
The AuthToken acquired from calling the DoLogin() API.
ProductCode*
String
The ProductCode from your TrialKey dashboard that identifies the product a license is being registered for.
InstalledVersion*
String
A string of your choosing that identifies the version of your software that is being registered.
{
"name"="Wilson",
"owner": {
"id": "sha7891bikojbkreuy",
"name": "Samuel Passet",
"species": "Dog",}
"breed": "Golden Retriever",
}
Last updated