createLicense

Description

This function lets you create new license(s) under the partner you logged into

Parameters

Parameter name Type Description Possible values Example
output String The requested returned output type, The default is json
  • json - Default
  • xml
  • text
  • debug
xml
product_id String Required The Product id you want to create a license to
  • Product ID
5887980319a464498902b0cd
ip String Required The IP Address you want to create the license on. You must provide this parameter only on IP based products
  • IP Address
1.1.1.1

Returns

Return Type Description Possible values Example
license_id String The License ID
  • License ID
5888bf6319a464498902b0ce
license_key String The new License Key. You will receive this parameter only if you created a key based product
  • License Key
License-5888bf6319a464498902b0ce

Example

https://api.jetlicense.com/?action=createLicense&ip=1.1.1.1&product_id=5887980319a464498902b0cd