verifyLicense
Description
This action will retrieve all the license history by license key
Example
https://api.jetlicense.com/?action=verifyLicense&license_key=1.1.1.1&product_id=5888bf6319a464498902b0ce
Parameters
Parameter | Type | Description | Possible values | Example |
---|---|---|---|---|
output |
String | The requested returned output type, The default is json |
|
xml |
license_key |
String | Required The License Key |
|
License-5887980319a464498902b0cd or 1.1.1.1 |
product_id |
String | The Product id you want to create license to |
|
5887980319a464498902b0cd |
Returns
Return | Type | Description | Possible values | Example |
---|---|---|---|---|
licenses |
Object | The Licenses list |
|
Object(
) |
— license_key |
String | The License Key or IP Address |
|
License-5888bf6319a464498902b0ce or 1.1.1.1 |
— product_name |
String | The Product Name |
|
JetBackup |
— status |
String | The License status |
|
Active |
— status_change |
String | The License status last change date |
|
2017-01-26T16:51:13+00:00 |
— partner_name |
String | The Partner Name |
|
JetApps |
— created |
String | The License creation date |
|
2017-01-26T16:51:13+00:00 |