getLicenseInfo

Description

This function returns information about a specified license

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_id String The License id for the license that you want to edit. You must provide this parameter unless you provide the license_key and product_id parameters.
  • License ID
5888bf6319a464498902b0ce
license_key String The License Key (When using the license key parameter, the product id parameter must also be provided)
  • 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
license_id String The License ID
  • License ID
5888bf6319a464498902b0ce
license_key String The License Key or IP Address
  • License Key
  • IP Address
License-5888bf6319a464498902b0ce or 1.1.1.1
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
product_id String The Product ID
  • Product ID
5887980319a464498902b0cd
product_name String The Product Name
  • Product Name
JetBackup
partner_id String The Partner ID
  • Partner ID
5888bf6319a464498902b0ce
partner_name String The Partner Name
  • Partner Name
JetApps
created String The License creation date
  • Date
2017-01-26T16:51:13+00:00
last_access String The License last access date
  • Date
2017-01-26T16:51:13+00:00
logs Object The last 30 logs of the License
  • Logs Objects
Object (
  • date
  • partner
  • user
  • msg )
date String The log date
  • Date
2017-01-26T16:51:13+00:00
partner String The Partner name
  • Partner Name
JetApps
user String The Partner User name
  • Partner User Name
John Doe
msg String The log message
  • Log Message
Status changed to Reissue
info Object The License system information
  • Info Objects
Object()

Example

https://api.jetlicense.com/?action=getLicenseInfo&license_id=5887980319a464498902b0cd