RetrieveActivationKeyHttp
Description
Retrieves an activation key given an Order ID or User Data.
To call this function, you must set the enableRetrieveActivationKeyHttp server property to true.
RetrieveActivationKeyHttp requires QLM's strict authentication and should only be used when the communication with the server is over https.
Additionally, for security reasons, you should not call this API from within your application. It should only be called from a system that the end-user does not have access to, such as your server.
To invoke this method via a URL, append this function's name to the URL of the QLM License Server and add the required arguments.
Arguments
is_format
specify the format of the returned data. The possible options are: json or xml.
is_orderID
Order ID associated with the license and used to retrieve the Activation Key
is_pwd
password as defined in the eCommerce Providers section in QLM (Manage Keys / Tools / 3rd Party Extensions or Manage Keys / Tools / eCommerce Providers)
is_user
username as defined in the eCommerce Providers section in QLM (Manage Keys / Tools / 3rd Party Extensions or Manage Keys / Tools / eCommerce Providers)
is_userdata1
User Data associated with the license and used to retrieve the Activation Key
is_vendor
one of the supported vendors
Remarks
To retrieve an activation key, you must specify an order ID, a UserData value or both. If both are specified, both conditions must be met.
Last updated