createLicense
Description
This action will create new license under the partner you logged in to
Example
https://api.jetlicense.com/?action=createLicense&ip=1.1.1.1&product_id=5887980319a464498902b0cd
Parameters
Parameter | Type | Description | Possible values | Example |
---|---|---|---|---|
output |
String | The requested returned output type, The default is json |
|
xml |
product_id |
String | Required
The Product id you want to create license to |
|
5887980319a464498902b0cd |
ip |
String | The IP Address you want to create the license on. You must provide this parameter only on IP based products |
|
1.1.1.1 |
Returns
Return | Type | Description | Possible values | Example |
---|---|---|---|---|
license_id |
String | The License ID |
|
5888bf6319a464498902b0ce |
license_key |
String | The new License Key You will receive this parameter only if you created key based product |
|
License-5888bf6319a464498902b0ce |