Get Product Variables
In order to get the set of variables (uid, pid, and hsum) that are required in for example Validation and Activation, you can use this method instead of the control panel. Note, authentication is required using your log-in details. All results are in JSON. You can get a list of products here.
This method is accessed by https://serialkeymanager.com/Ext/GetProductVariables
Parameters
Parameter |
Description |
Remarks |
usern |
the user name |
required |
passw |
the user password |
required |
productid |
the product id (equivalent to pid) |
required |
Results
Parameter |
Description |
Remarks |
productName |
the user name |
always returned |
uid |
the user id |
always returned |
pid |
the product id |
always returned |
hsum |
the control value |
always returned |
Errors
Error |
Unable to authenticate. Check the username or password. |
The user does not have any products. |
The product could not be found. |