Last modified October 22, 2025

getSettingsExtension

This function allows you to view the parameters of the Settings Extension Object.
Parameter name Type Description
vendors List[] List of enabled Extension Vendors
excludes List[] List of installations to exclude. This should include a path, for example, *.tld will only include domains without a path returned by the Extension Vendor, *.tld/* will exclude the domains which have a path.
partner_token String Partner token to create a JetBackup WP Pro License Key automatically. **(JetBackup Partners Only)**

Example Call JETAPI

jetbackup5api -F getSettingsExtension
success: 1
message: 
system:
  version: 5.3.18.0
  version_panel: 5.3.18.0
  tier: ALPHA
  type: cPanel
  retry_ms: 0
  disableui: 
  dr: 
  agreement_panel: 
  agreement: 
  licenseIssue: 
data:
  vendors: 
    0: WPToolkit
    1: Softaculous
  excludes: 
    0: *.com/*
    1: domain.com/*
  partner_token: 

Example Call HTTP

https://hostname.example.com:2087/cpsess##########/cgi/addons/jetbackup5/api.cgi?function=getSettingsExtension