verifyLicense

Description

This function returns the license history of the specified license key

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
license_key String Required The License Key
  • License Key
  • IP Address
License-5888bf6319a464498902b0ce or 1.1.1.1
product_id String The Product id
  • Product ID
5887980319a464498902b0cd

Returns

Return Type Description Possible values Example
licenses Object The Licenses list
  • Licenses Object
Object(
  • license_key
  • product_name
  • created
  • status
  • status_change )
license_key String The License Key or IP Address
  • License Key
  • IP Address
License-5888bf6319a464498902b0ce or 1.1.1.1
product_name String The Product Name
  • Product Name
JetBackup
status String The License status
  • Active
  • Suspended
  • Reissue
  • Cancelled
Active
status_change String The License status last change date
  • Date
2017-01-26T16:51:13+00:00
partner_name String The Partner Name
  • Partner Name
JetApps
created String The License creation date
  • Date
2017-01-26T16:51:13+00:00

Example

https://api.jetlicense.com/?action=verifyLicense&license_key=1.1.1.1&product_id=5888bf6319a464498902b0ce