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 |
|
xml |
product_id |
String | Required The Product id you want to check the license availability |
|
5887980319a464498902b0cd |
ip |
String | Required The IP Address you want to ccheck the license availability. |
|
1.1.1.1 |
Returns
Return | Type | Description | Possible values | Example |
---|---|---|---|---|
available |
Boolean | Whether the license is available for register or not |
|
true |