Search our documentation...

Simply enter what you are looking for!

canAddLicense

Description

This action will check if you can create new license under the provided product

Example

https://api.jetlicense.com/?action=canAddLicense&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
  • json – Default
  • xml
  • text
  • debug
xml
product_id String Required
The Product id you want to check the license availability
  • Product ID
5887980319a464498902b0cd
ip String Required
The IP Address you want to ccheck the license availability.
  • IP Address
1.1.1.1

Returns

Return Type Description Possible values Example
available Boolean Whether the license is available for register or not
  • true
  • false
true