How to use the HTTP API to create a license for a customer
If you're integrating QLM with a 3rd party process such as a CRM system, you could use the QLM HTTP API to create a license for a customer.
The workflow for creating a license for a customer is:
Create the customer using UpdateUserInformation
Create the license and associate it with the customer using GetActivationKey
Note that the QLM HTTP API requires authentication. When you call an API, you must set the 3rd party provider by setting the is_vendor argument and configure the user/password as described in this article: How to define the user / password associated to an eCommerce provider
Example for creating a customer:
Example for creating a license key for that customer:
PreviousHow to implement a pay-per-use model with QLMNextHow to block computers from activating a license
Last updated