Search our documentation...

Simply enter what you are looking for!

intelligentSearch

Description

This action will search you account for licenses, partners and users

Example

https://api.jetlicense.com/?action=intelligentSearch&term=1.1.1.1

Parameters

Parameter Type Description Possible values Example
output String The requested returned output type, The default is json
  • json – Default
  • xml
  • text
  • debug
xml
term String Required
The search term.
  • License Key
  • Partner Name
  • User First Name
  • User Last Name
  • User Email
1.1.1.1 or JetApps

Returns

Return Type Description Possible values Example
licenses Object List of licenses found by the search term
  • Licenses Object
Object(

  • license_id
  • license_key
  • status
  • partner_name
  • product_name

)

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
product_name String The Product Name
  • Product Name
JetBackup
partner_name String The Partner Name
  • Partner Name
JetApps
partners Object List of partners found by the search term
  • Partners Object
Object(

  • partner_id
  • partner_name
  • email
  • status
  • parent_name

)

partner_id String The Partner ID
  • Partner ID
5888bf6319a464498902b0ce
partner_name String The Partner Name
  • Partner Name
JetApps
status String The Partner status
  • Active
  • Suspended
  • Cancelled
Active
email String The Partner Email
  • Partner Email
myname@jetapps.com
parent_name String The Partner Parent Name
  • Partner Parent Name
JetApps
users Object List of users found by the search term
  • Users Object
Object(

  • user_id
  • fullname
  • email
  • status
  • partner_name

)

user_id String The User ID
  • User ID
5888bf6319a464498902b0ce
fullname String The User Full Name
  • User Full Name
John Doe
status String The Partner status
  • Active
  • Suspended
  • Cancelled
Active
email String The Partner Email
  • Partner Email
myname@jetapps.com
partner_name String The Partner Name
  • Partner Name
JetApps