canAddLicense

Description

This function validates if you can create new license(s) under the specified product

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
available Boolean 0 Whether the license is available for register or not
  • true
  • false
true

Example

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