UAPI accesses the cPanel interface's features. Use this API to access and modify cPanel account data and settings.
This Python package is automatically generated by the OpenAPI Generator project:
- API version: 11.125.9901.267
 - Package version: 0.1.1
 - Generator version: 7.12.0
 - Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit https://cpanel.net/support/
 
Python 3.8+
If the python package is hosted on a repository, you can install directly using:
pip install git+https://github.com/client-api/cpanel-python.git(you may need to run pip with root permission: sudo pip install git+https://github.com/client-api/cpanel-python.git)
Then import the package:
import clientapi_cpanelInstall via Setuptools.
python setup.py install --user(or sudo python setup.py install to install the package for all users)
Then import the package:
import clientapi_cpanelExecute pytest to run the tests.
Please follow the installation procedure and then run the following:
import clientapi_cpanel
from clientapi_cpanel.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://cpanel-server.tld:2083/execute
# See configuration.py for a list of all supported configuration parameters.
configuration = clientapi_cpanel.Configuration(
    host = "https://cpanel-server.tld:2083/execute"
)
# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.
# Configure HTTP basic authorization: BasicAuth
configuration = clientapi_cpanel.Configuration(
    username = os.environ["USERNAME"],
    password = os.environ["PASSWORD"]
)
# Enter a context with an instance of the API client
with clientapi_cpanel.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = clientapi_cpanel.APITokenManagementApi(api_client)
    name = 'example' # str | The API token's name.  **Note:**  The name may **only** contain alphanumeric characters, dashes (`-`), and underscores (`_`).
    expires_at = 1609372800 # int | The API token's expiration time.  **Important:**  * When an API token expires the system does **not** delete it. You **must** manually delete expired API tokens. * If you do not use this parameter, the API token will **not** expire. (optional)
    try:
        # Create cPanel API token
        api_response = api_instance.create_full_access(name, expires_at=expires_at)
        print("The response of APITokenManagementApi->create_full_access:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling APITokenManagementApi->create_full_access: %s\n" % e)All URIs are relative to https://cpanel-server.tld:2083/execute
| Class | Method | HTTP request | Description | 
|---|---|---|---|
| APITokenManagementApi | create_full_access | GET /Tokens/create_full_access | Create cPanel API token | 
| APITokenManagementApi | rename | GET /Tokens/rename | Update cPanel API token's name | 
| APITokenManagementApi | revoke | GET /Tokens/revoke | Remove cPanel API token | 
| APITokenManagementApi | tokens_list | GET /Tokens/list | Return cPanel API tokens | 
| AccountEnhancementsApi | account_enhancements_has_enhancement | GET /AccountEnhancements/has_enhancement | Validate Account Enhancement assignment | 
| AccountEnhancementsApi | account_enhancements_list | GET /AccountEnhancements/list | Return all cPanel account's Account Enhancements | 
| AccountInformationApi | list_accounts | GET /Resellers/list_accounts | Return reseller's cPanel accounts | 
| AccountInformationApi | variables_get_user_information | GET /Variables/get_user_information | Return cPanel account's configuration settings | 
| AccountManagementApi | change_password | GET /UserManager/change_password | Update cPanel account password | 
| AntivirusProtectionClamAVApi | clam_scanner_check_disinfection_status | GET /ClamScanner/check_disinfection_status | Request disinfection process status | 
| AntivirusProtectionClamAVApi | clam_scanner_get_scan_paths | GET /ClamScanner/get_scan_paths | Return virus scan types | 
| AntivirusProtectionClamAVApi | clam_scanner_get_scan_status | GET /ClamScanner/get_scan_status | Request virus scan status | 
| AntivirusProtectionClamAVApi | clam_scanner_list_infected_files | GET /ClamScanner/list_infected_files | Return infected file list | 
| AntivirusProtectionClamAVApi | clam_scanner_start_scan | GET /ClamScanner/start_scan | Start virus scan | 
| AntivirusProtectionClamAVApi | disinfect_files | POST /ClamScanner/disinfect_files | Start disinfecting files with viruses | 
| ApplicationInformationApi | get_application_information | GET /Branding/get_application_information | Return single app's info from dynamicui.conf | 
| ApplicationInformationApi | get_applications | GET /Branding/get_applications | Return multiple apps' info from dynamicui.conf | 
| ApplicationInformationApi | get_available_applications | GET /Branding/get_available_applications | Return current user's cPanel application details | 
| ApplicationInformationApi | get_information_for_applications | GET /Branding/get_information_for_applications | Return app's info from sitemap.json | 
| ApplicationManagerApi | disable_application | GET /PassengerApps/disable_application | Disable Passenger application | 
| ApplicationManagerApi | edit_application | GET /PassengerApps/edit_application | Update Passenger application settings | 
| ApplicationManagerApi | enable_application | GET /PassengerApps/enable_application | Enable Passenger application | 
| ApplicationManagerApi | ensure_deps | GET /PassengerApps/ensure_deps | Install Passenger application dependencies | 
| ApplicationManagerApi | list_applications | GET /PassengerApps/list_applications | Return Passenger applications | 
| ApplicationManagerApi | register_application | GET /PassengerApps/register_application | Register Passenger application | 
| ApplicationManagerApi | unregister_application | GET /PassengerApps/unregister_application | Unregister Passenger application | 
| AutoGeneratedSSLCertificatesApi | add_autossl_excluded_domains | GET /SSL/add_autossl_excluded_domains | Disable AutoSSL for domains | 
| AutoGeneratedSSLCertificatesApi | get_autossl_excluded_domains | GET /SSL/get_autossl_excluded_domains | Return AutoSSL disabled domains | 
| AutoGeneratedSSLCertificatesApi | get_autossl_problems | GET /SSL/get_autossl_problems | Return domains with AutoSSL problems | 
| AutoGeneratedSSLCertificatesApi | is_autossl_check_in_progress | GET /SSL/is_autossl_check_in_progress | Return whether AutoSSL check in progress | 
| AutoGeneratedSSLCertificatesApi | remove_autossl_excluded_domains | GET /SSL/remove_autossl_excluded_domains | Enable AutoSSL for specifed domains | 
| AutoGeneratedSSLCertificatesApi | set_autossl_excluded_domains | GET /SSL/set_autossl_excluded_domains | Disable AutoSSL for specifed domains | 
| AutoGeneratedSSLCertificatesApi | start_autossl_check | GET /SSL/start_autossl_check | Start AutoSSL for current user | 
| BackupApi | fullbackup_to_ftp | GET /Backup/fullbackup_to_ftp | Back up cPanel account via FTP | 
| BackupApi | fullbackup_to_homedir | GET /Backup/fullbackup_to_homedir | Back up cPanel account to home directory | 
| BackupApi | fullbackup_to_scp_with_key | GET /Backup/fullbackup_to_scp_with_key | Back up cPanel account via SCP with SSH key | 
| BackupApi | fullbackup_to_scp_with_password | GET /Backup/fullbackup_to_scp_with_password | Back up cPanel account via SCP with password | 
| BackupApi | list_backups | GET /Backup/list_backups | Return backup files | 
| BandwidthApi | get_enabled_protocols | GET /Bandwidth/get_enabled_protocols | Return services monitored in bandwidth data | 
| BandwidthApi | get_retention_periods | GET /Bandwidth/get_retention_periods | Return bandwidth retention period | 
| BandwidthApi | query | GET /Bandwidth/query | Return cPanel account's bandwidth usage report | 
| BatchApi | strict | GET /Batch/strict | Run multiple UAPI functions in order | 
| BlockIPApi | blockip_add_ip | GET /BlockIP/add_ip | Add IP address to cPanel account's block list | 
| BlockIPApi | blockip_remove_ip | GET /BlockIP/remove_ip | Remove IP address from cPanel account's block list | 
| BlockIPApi | blockip_add_ip | GET /BlockIP/add_ip | Add IP address to cPanel account's block list | 
| BlockIPApi | blockip_remove_ip | GET /BlockIP/remove_ip | Remove IP address from cPanel account's block list | 
| BoxTrapperApi | blacklist_messages | GET /BoxTrapper/blacklist_messages | Add email address to BoxTrapper blocked senders | 
| BoxTrapperApi | box_trapper_get_allowlist | GET /BoxTrapper/get_allowlist | Return account BoxTrapper allowlist rules | 
| BoxTrapperApi | box_trapper_get_blocklist | GET /BoxTrapper/get_blocklist | Return account BoxTrapper blocklist rules | 
| BoxTrapperApi | box_trapper_get_ignorelist | GET /BoxTrapper/get_ignorelist | Return account BoxTrapper ignorelist rules | 
| BoxTrapperApi | box_trapper_set_allowlist | GET /BoxTrapper/set_allowlist | Update account BoxTrapper allowlist | 
| BoxTrapperApi | box_trapper_set_blocklist | GET /BoxTrapper/set_blocklist | Update account BoxTrapper blocklist | 
| BoxTrapperApi | box_trapper_set_ignorelist | GET /BoxTrapper/set_ignorelist | Update account BoxTrapper ignorelist | 
| BoxTrapperApi | delete_messages | GET /BoxTrapper/delete_messages | Delete messages in the BoxTrapper queue | 
| BoxTrapperApi | deliver_messages | GET /BoxTrapper/deliver_messages | Send messages in the BoxTrapper queue | 
| BoxTrapperApi | get_configuration | GET /BoxTrapper/get_configuration | Return email account's BoxTrapper configuration | 
| BoxTrapperApi | get_email_template | GET /BoxTrapper/get_email_template | Return specified BoxTrapper email template | 
| BoxTrapperApi | get_forwarders | GET /BoxTrapper/get_forwarders | Return all BoxTrapper forwarders | 
| BoxTrapperApi | get_log | GET /BoxTrapper/get_log | Return BoxTrapper log file and contents | 
| BoxTrapperApi | get_message | GET /BoxTrapper/get_message | Return message's top 200 lines in BoxTrapper queue | 
| BoxTrapperApi | get_status | GET /BoxTrapper/get_status | Return whether email account uses BoxTrapper | 
| BoxTrapperApi | ignore_messages | GET /BoxTrapper/ignore_messages | Add email account to Exim ignore list | 
| BoxTrapperApi | list_email_templates | GET /BoxTrapper/list_email_templates | Return BoxTrapper email templates | 
| BoxTrapperApi | list_queued_messages | GET /BoxTrapper/list_queued_messages | Return email account's BoxTrapper queued messages | 
| BoxTrapperApi | process_messages | GET /BoxTrapper/process_messages | Run a specific BoxTrapper action for a message | 
| BoxTrapperApi | reset_email_template | GET /BoxTrapper/reset_email_template | Restore default BoxTrapper email message template | 
| BoxTrapperApi | save_configuration | GET /BoxTrapper/save_configuration | Update email account's BoxTrapper configuration | 
| BoxTrapperApi | save_email_template | GET /BoxTrapper/save_email_template | Save BoxTrapper message template contents | 
| BoxTrapperApi | set_forwarders | GET /BoxTrapper/set_forwarders | Add email address to BoxTrapper forwarders | 
| BoxTrapperApi | set_status | GET /BoxTrapper/set_status | Enable or disable BoxTrapper for email account | 
| BoxTrapperApi | whitelist_messages | GET /BoxTrapper/whitelist_messages | Add email address to BoxTrapper allowed senders | 
| BrandManagementApi | get_dom | GET /Chrome/get_dom | Return cPanel theme header and footer HTML | 
| BrandingApi | get_application_information | GET /Branding/get_application_information | Return single app's info from dynamicui.conf | 
| BrandingApi | get_applications | GET /Branding/get_applications | Return multiple apps' info from dynamicui.conf | 
| BrandingApi | get_available_applications | GET /Branding/get_available_applications | Return current user's cPanel application details | 
| BrandingApi | get_information_for_applications | GET /Branding/get_information_for_applications | Return app's info from sitemap.json | 
| BrowserCacheManagementApi | cache_buster_read | GET /CacheBuster/read | Return web browser cached file override ID | 
| BrowserCacheManagementApi | update | GET /CacheBuster/update | Create web browser cached file override ID | 
| CCSApi | add_delegate | GET /CCS/add_delegate | Add calendar delegation | 
| CCSApi | list_delegates | GET /CCS/list_delegates | List cPanel account's calendar delegates | 
| CCSApi | list_users | GET /CCS/list_users | List cPanel account's calendar users | 
| CCSApi | remove_delegate | GET /CCS/remove_delegate | Remove calendar delegation | 
| CCSApi | update_delegate | GET /CCS/update_delegate | Update calendar delegation | 
| CSVImportApi | c_sv_import_doimport | GET /CSVImport/doimport | Import email accounts from CSV file | 
| CacheBusterApi | cache_buster_read | GET /CacheBuster/read | Return web browser cached file override ID | 
| CacheBusterApi | update | GET /CacheBuster/update | Create web browser cached file override ID | 
| CalendarAndContactsServerApi | add_delegate | GET /CCS/add_delegate | Add calendar delegation | 
| CalendarAndContactsServerApi | list_delegates | GET /CCS/list_delegates | List cPanel account's calendar delegates | 
| CalendarAndContactsServerApi | list_users | GET /CCS/list_users | List cPanel account's calendar users | 
| CalendarAndContactsServerApi | remove_delegate | GET /CCS/remove_delegate | Remove calendar delegation | 
| CalendarAndContactsServerApi | update_delegate | GET /CCS/update_delegate | Update calendar delegation | 
| CalendarAndContactsDAVApi | c_pdavd_add_delegate | GET /CPDAVD/add_delegate | Share a calendar | 
| CalendarAndContactsDAVApi | c_pdavd_list_delegates | GET /CPDAVD/list_delegates | List calendar sharing. | 
| CalendarAndContactsDAVApi | c_pdavd_list_users | GET /CPDAVD/list_users | Update calendar sharing | 
| CalendarAndContactsDAVApi | c_pdavd_manage_collection | GET /CPDAVD/manage_collection | Perform an operation on a calendar or address book. | 
| CalendarAndContactsDAVApi | c_pdavd_remove_delegate | GET /CPDAVD/remove_delegate | Remove a share. | 
| CalendarAndContactsDAVApi | c_pdavd_update_delegate | GET /CPDAVD/update_delegate | Update calendar sharing. | 
| CalendarAndContactsDAVApi | disable_shared_global_addressbook | GET /DAV/disable_shared_global_addressbook | Disable global address book | 
| CalendarAndContactsDAVApi | enable_shared_global_addressbook | GET /DAV/enable_shared_global_addressbook | Enable global address book | 
| CalendarAndContactsDAVApi | get_calendar_contacts_config | GET /DAV/get_calendar_contacts_config | Return CalDAV and CardDAV connection information | 
| CalendarAndContactsDAVApi | has_shared_global_addressbook | GET /DAV/has_shared_global_addressbook | Return whether global address book is enabled | 
| CalendarAndContactsDAVApi | is_dav_service_enabled | GET /DAV/is_dav_service_enabled | Return whether DAV is enabled | 
| CalendarAndContactsDAVApi | is_horde_enabled | GET /DAV/is_horde_enabled | Return whether Horde is enabled | 
| ChkservdApi | get_exim_ports | GET /Chkservd/get_exim_ports | Return outgoing (SMTP) mail port | 
| ChkservdApi | get_exim_ports_ssl | GET /Chkservd/get_exim_ports_ssl | Return outgoing mail (SMTP) SSL-secured port | 
| ChromeApi | get_dom | GET /Chrome/get_dom | Return cPanel theme header and footer HTML | 
| ClamScannerApi | clam_scanner_check_disinfection_status | GET /ClamScanner/check_disinfection_status | Request disinfection process status | 
| ClamScannerApi | clam_scanner_get_scan_paths | GET /ClamScanner/get_scan_paths | Return virus scan types | 
| ClamScannerApi | clam_scanner_get_scan_status | GET /ClamScanner/get_scan_status | Request virus scan status | 
| ClamScannerApi | clam_scanner_list_infected_files | GET /ClamScanner/list_infected_files | Return infected file list | 
| ClamScannerApi | clam_scanner_start_scan | GET /ClamScanner/start_scan | Start virus scan | 
| ClamScannerApi | disinfect_files | POST /ClamScanner/disinfect_files | Start disinfecting files with viruses | 
| ContactInformationApi | contactinformation_set_email_addresses | GET /ContactInformation/set_email_addresses | Set contact email address(es) | 
| ContactInformationApi | contactinformation_unset_email_addresses | GET /ContactInformation/unset_email_addresses | Unset contact email addresses | 
| ContactInformationApi | contactinformation_set_email_addresses | GET /ContactInformation/set_email_addresses | Set contact email address(es) | 
| ContactInformationApi | contactinformation_unset_email_addresses | GET /ContactInformation/unset_email_addresses | Unset contact email addresses | 
| ContactInformationApi | is_enabled | GET /Contactus/is_enabled | Return whether contact option is enabled | 
| ContactusApi | is_enabled | GET /Contactus/is_enabled | Return whether contact option is enabled | 
| DAVApi | c_pdavd_add_delegate | GET /CPDAVD/add_delegate | Share a calendar | 
| DAVApi | c_pdavd_list_delegates | GET /CPDAVD/list_delegates | List calendar sharing. | 
| DAVApi | c_pdavd_list_users | GET /CPDAVD/list_users | Update calendar sharing | 
| DAVApi | c_pdavd_manage_collection | GET /CPDAVD/manage_collection | Perform an operation on a calendar or address book. | 
| DAVApi | c_pdavd_remove_delegate | GET /CPDAVD/remove_delegate | Remove a share. | 
| DAVApi | c_pdavd_update_delegate | GET /CPDAVD/update_delegate | Update calendar sharing. | 
| DAVApi | disable_shared_global_addressbook | GET /DAV/disable_shared_global_addressbook | Disable global address book | 
| DAVApi | enable_shared_global_addressbook | GET /DAV/enable_shared_global_addressbook | Enable global address book | 
| DAVApi | get_calendar_contacts_config | GET /DAV/get_calendar_contacts_config | Return CalDAV and CardDAV connection information | 
| DAVApi | has_shared_global_addressbook | GET /DAV/has_shared_global_addressbook | Return whether global address book is enabled | 
| DAVApi | is_dav_service_enabled | GET /DAV/is_dav_service_enabled | Return whether DAV is enabled | 
| DAVApi | is_horde_enabled | GET /DAV/is_horde_enabled | Return whether Horde is enabled | 
| DCVApi | check_domains_via_dns | POST /DCV/check_domains_via_dns | Verify domain ownership via DNS | 
| DCVApi | check_domains_via_http | GET /DCV/check_domains_via_http | Verify domain ownership via HTTP | 
| DCVApi | ensure_domains_can_pass_dcv | GET /DCV/ensure_domains_can_pass_dcv | Verify domain ownership | 
| DNSApi | d_ns_swap_ip_in_zones | GET /DNS/swap_ip_in_zones | Update IP addresses in zone files | 
| DNSApi | d_nsis_alias_available | GET /DNS/is_alias_available | Return `ALIAS` DNS record availability & resolver | 
| DNSApi | dns_lookup | GET /DNS/lookup | Return domain's DNS information | 
| DNSApi | dns_mass_edit_zone | GET /DNS/mass_edit_zone | Update a DNS zone | 
| DNSApi | dns_parse_zone | GET /DNS/parse_zone | Return a parsed DNS zone | 
| DNSApi | ensure_domains_reside_only_locally | GET /DNS/ensure_domains_reside_only_locally | Return whether domains only resolve locally | 
| DNSApi | has_local_authority | GET /DNS/has_local_authority | Return whether local DNS server is authoritative | 
| DNSSECApi | activate_zone_key | GET /DNSSEC/activate_zone_key | Enable DNSSEC security key | 
| DNSSECApi | add_zone_key | GET /DNSSEC/add_zone_key | Create DNSSEC security key | 
| DNSSECApi | deactivate_zone_key | GET /DNSSEC/deactivate_zone_key | Disable DNSSEC security key | 
| DNSSECApi | disable_dnssec | GET /DNSSEC/disable_dnssec | Disable DNSSEC | 
| DNSSECApi | enable_dnssec | GET /DNSSEC/enable_dnssec | Enable DNSSEC | 
| DNSSECApi | export_zone_dnskey | GET /DNSSEC/export_zone_dnskey | Export DNSKEY record value | 
| DNSSECApi | export_zone_key | GET /DNSSEC/export_zone_key | Export DNSSEC security key | 
| DNSSECApi | fetch_ds_records | GET /DNSSEC/fetch_ds_records | Return domain's DS records | 
| DNSSECApi | import_zone_key | GET /DNSSEC/import_zone_key | Add DNSSEC security key | 
| DNSSECApi | remove_zone_key | GET /DNSSEC/remove_zone_key | Remove DNSSEC security key | 
| DNSSECApi | set_nsec3 | GET /DNSSEC/set_nsec3 | Update domain to use NSEC3 | 
| DNSSECApi | unset_nsec3 | GET /DNSSEC/unset_nsec3 | Update domain to use NSEC | 
| DNSInformationApi | d_nsis_alias_available | GET /DNS/is_alias_available | Return `ALIAS` DNS record availability & resolver | 
| DNSInformationApi | dns_lookup | GET /DNS/lookup | Return domain's DNS information | 
| DNSInformationApi | dns_mass_edit_zone | GET /DNS/mass_edit_zone | Update a DNS zone | 
| DNSInformationApi | dns_parse_zone | GET /DNS/parse_zone | Return a parsed DNS zone | 
| DNSInformationApi | ensure_domains_reside_only_locally | GET /DNS/ensure_domains_reside_only_locally | Return whether domains only resolve locally | 
| DNSInformationApi | has_local_authority | GET /DNS/has_local_authority | Return whether local DNS server is authoritative | 
| DNSSecurityApi | activate_zone_key | GET /DNSSEC/activate_zone_key | Enable DNSSEC security key | 
| DNSSecurityApi | add_zone_key | GET /DNSSEC/add_zone_key | Create DNSSEC security key | 
| DNSSecurityApi | deactivate_zone_key | GET /DNSSEC/deactivate_zone_key | Disable DNSSEC security key | 
| DNSSecurityApi | disable_dnssec | GET /DNSSEC/disable_dnssec | Disable DNSSEC | 
| DNSSecurityApi | enable_dnssec | GET /DNSSEC/enable_dnssec | Enable DNSSEC | 
| DNSSecurityApi | export_zone_dnskey | GET /DNSSEC/export_zone_dnskey | Export DNSKEY record value | 
| DNSSecurityApi | export_zone_key | GET /DNSSEC/export_zone_key | Export DNSSEC security key | 
| DNSSecurityApi | fetch_ds_records | GET /DNSSEC/fetch_ds_records | Return domain's DS records | 
| DNSSecurityApi | import_zone_key | GET /DNSSEC/import_zone_key | Add DNSSEC security key | 
| DNSSecurityApi | remove_zone_key | GET /DNSSEC/remove_zone_key | Remove DNSSEC security key | 
| DNSSecurityApi | set_nsec3 | GET /DNSSEC/set_nsec3 | Update domain to use NSEC3 | 
| DNSSecurityApi | unset_nsec3 | GET /DNSSEC/unset_nsec3 | Update domain to use NSEC | 
| DatabaseInformationApi | get_server_information | GET /Mysql/get_server_information | Return MySQL server host information and version | 
| DatabaseInformationApi | locate_server | GET /Mysql/locate_server | Return MySQL server host information | 
| DatabaseManagementApi | create_database | GET /Mysql/create_database | Create MySQL database | 
| DatabaseManagementApi | delete_database | GET /Mysql/delete_database | Delete MySQL database | 
| DatabaseManagementApi | dump_database_schema | GET /Mysql/dump_database_schema | Return MySQL database schema | 
| DatabaseManagementApi | list_databases | GET /Mysql/list_databases | Return MySQL databases | 
| DatabaseManagementApi | mysql_check_database | GET /Mysql/check_database | Validate MySQL database integrity | 
| DatabaseManagementApi | mysql_rename_database | GET /Mysql/rename_database | Update MySQL database name | 
| DatabaseManagementApi | mysql_update_privileges | GET /Mysql/update_privileges | Update MySQL® privileges | 
| DatabaseManagementApi | repair_database | GET /Mysql/repair_database | Repair MySQL database tables | 
| DatabaseManagementApi | setup_db_and_user | GET /Mysql/setup_db_and_user | Create a randomly named MySQL username/database set. | 
| DeploymentSettingsApi | delete | GET /VersionControlDeployment/delete | Delete Git deployment task | 
| DeploymentSettingsApi | version_control_deployment_create | GET /VersionControlDeployment/create | Create Git deployment task | 
| DeploymentSettingsApi | version_control_deployment_retrieve | GET /VersionControlDeployment/retrieve | Return Git deployment task status | 
| DirectLinkProtectionHotlinkApi | add_hotlink | GET /Mime/add_hotlink | Enable hotlink protection | 
| DirectLinkProtectionHotlinkApi | delete_hotlink | GET /Mime/delete_hotlink | Disable hotlink protection | 
| DirectLinkProtectionHotlinkApi | list_hotlinks | GET /Mime/list_hotlinks | Return domains with hotlink protection | 
| DirectoryIndexesApi | directory_indexes_list_directories | GET /DirectoryIndexes/list_directories | Return subdirectories directory indexing settings | 
| DirectoryIndexesApi | get_indexing | GET /DirectoryIndexes/get_indexing | Return directory indexing settings | 
| DirectoryIndexesApi | set_indexing | GET /DirectoryIndexes/set_indexing | Update directory indexing settings | 
| DirectoryPrivacyApi | add_user | GET /DirectoryPrivacy/add_user | Add authorized user for protected directory | 
| DirectoryPrivacyApi | configure_directory_protection | GET /DirectoryPrivacy/configure_directory_protection | Enable or disable protected directory | 
| DirectoryPrivacyApi | delete_user | GET /DirectoryPrivacy/delete_user | Delete authorized user for protected directory | 
| DirectoryPrivacyApi | directory_privacy_list_directories | GET /DirectoryPrivacy/list_directories | Return privacy status of subdirectories | 
| DirectoryPrivacyApi | directory_privacy_list_users | GET /DirectoryPrivacy/list_users | Return authorized users for protected directory | 
| DirectoryPrivacyApi | is_directory_protected | GET /DirectoryPrivacy/is_directory_protected | Return whether directory uses password protection | 
| DirectoryProtectionApi | directory_protection_list_directories | GET /DirectoryProtection/list_directories | Return Directory Protection settings | 
| DirectoryIndexesApi | directory_indexes_list_directories | GET /DirectoryIndexes/list_directories | Return subdirectories directory indexing settings | 
| DirectoryIndexesApi | get_indexing | GET /DirectoryIndexes/get_indexing | Return directory indexing settings | 
| DirectoryIndexesApi | set_indexing | GET /DirectoryIndexes/set_indexing | Update directory indexing settings | 
| DirectoryPrivacyApi | add_user | GET /DirectoryPrivacy/add_user | Add authorized user for protected directory | 
| DirectoryPrivacyApi | configure_directory_protection | GET /DirectoryPrivacy/configure_directory_protection | Enable or disable protected directory | 
| DirectoryPrivacyApi | delete_user | GET /DirectoryPrivacy/delete_user | Delete authorized user for protected directory | 
| DirectoryPrivacyApi | directory_privacy_list_directories | GET /DirectoryPrivacy/list_directories | Return privacy status of subdirectories | 
| DirectoryPrivacyApi | directory_privacy_list_users | GET /DirectoryPrivacy/list_users | Return authorized users for protected directory | 
| DirectoryPrivacyApi | is_directory_protected | GET /DirectoryPrivacy/is_directory_protected | Return whether directory uses password protection | 
| DirectoryProtectionApi | directory_protection_list_directories | GET /DirectoryProtection/list_directories | Return Directory Protection settings | 
| DiskQuotasApi | get_local_quota_info | GET /Quota/get_local_quota_info | Return local disk quota information | 
| DiskQuotasApi | get_quota_info | GET /Quota/get_quota_info | Return disk quota information | 
| DomainInfoApi | domains_data | GET /DomainInfo/domains_data | Return all domains' hosting configuration | 
| DomainInfoApi | list_domains | GET /DomainInfo/list_domains | Return cPanel account's domains | 
| DomainInfoApi | main_domain_builtin_subdomain_aliases | GET /DomainInfo/main_domain_builtin_subdomain_aliases | Return built-in subdomain aliases | 
| DomainInfoApi | single_domain_data | GET /DomainInfo/single_domain_data | Return domain's hosting configuration | 
| DomainInformationApi | domains_data | GET /DomainInfo/domains_data | Return all domains' hosting configuration | 
| DomainInformationApi | list_domains | GET /DomainInfo/list_domains | Return cPanel account's domains | 
| DomainInformationApi | main_domain_builtin_subdomain_aliases | GET /DomainInfo/main_domain_builtin_subdomain_aliases | Return built-in subdomain aliases | 
| DomainInformationApi | single_domain_data | GET /DomainInfo/single_domain_data | Return domain's hosting configuration | 
| DomainRedirectionApi | add_redirect | GET /Mime/add_redirect | Add redirect to domain | 
| DomainRedirectionApi | delete_redirect | GET /Mime/delete_redirect | Remove redirect from domain | 
| DomainRedirectionApi | get_redirect | GET /Mime/get_redirect | Return redirect URL for domain | 
| DomainRedirectionApi | list_redirects | GET /Mime/list_redirects | Return .htaccess files' redirects | 
| DomainStatisticsApi | get_bandwidth | GET /Stats/get_bandwidth | Return bandwidth statistics for all domains | 
| DomainStatisticsApi | get_site_errors | GET /Stats/get_site_errors | Return specified domain access log | 
| DomainStatisticsApi | list_sites | GET /Stats/list_sites | Return Analog statistics for all domains | 
| DomainStatisticsApi | list_stats_by_domain | GET /Stats/list_stats_by_domain | Return Analog statistics for specified domain | 
| DynamicDNSApi | dynamicdns_create | GET /DynamicDNS/create | Create Dynamic DNS domain | 
| DynamicDNSApi | dynamicdns_delete | GET /DynamicDNS/delete | Delete Dynamic DNS domain | 
| DynamicDNSApi | dynamicdns_list | GET /DynamicDNS/list | Return Dynamic DNS domains | 
| DynamicDNSApi | dynamicdns_recreate | GET /DynamicDNS/recreate | Update Dynamic DNS domain ID | 
| DynamicDNSApi | dynamicdns_set_description | GET /DynamicDNS/set_description | Update Dynamic DNS domain description | 
| DynamicDNSApi | dynamicdns_create | GET /DynamicDNS/create | Create Dynamic DNS domain | 
| DynamicDNSApi | dynamicdns_delete | GET /DynamicDNS/delete | Delete Dynamic DNS domain | 
| DynamicDNSApi | dynamicdns_list | GET /DynamicDNS/list | Return Dynamic DNS domains | 
| DynamicDNSApi | dynamicdns_recreate | GET /DynamicDNS/recreate | Update Dynamic DNS domain ID | 
| DynamicDNSApi | dynamicdns_set_description | GET /DynamicDNS/set_description | Update Dynamic DNS domain description | 
| EA4Api | get_recommendations | GET /get_recommendations | Get EA4 configuration recommendations | 
| EmailApi | account_name | GET /Email/account_name | Return current user's account name | 
| EmailApi | add_auto_responder | GET /Email/add_auto_responder | Create email account's autoresponder | 
| EmailApi | add_domain_forwarder | GET /Email/add_domain_forwarder | Create domain-level forwarder | 
| EmailApi | add_forwarder | GET /Email/add_forwarder | Create email account forwarder | 
| EmailApi | add_list | GET /Email/add_list | Create mailing list | 
| EmailApi | add_mailman_delegates | GET /Email/add_mailman_delegates | Add administrators to mailing list | 
| EmailApi | add_pop | GET /Email/add_pop | Create email address | 
| EmailApi | add_spam_filter | GET /Email/add_spam_filter | Update minimum spam score threshold value | 
| EmailApi | browse_mailbox | GET /Email/browse_mailbox | Return mail directory's subdirectories and files | 
| EmailApi | check_fastmail | GET /Email/check_fastmail | Return BlackBerry FastMail support status | 
| EmailApi | count_auto_responders | GET /Email/count_auto_responders | Return cPanel account's autoresponders total | 
| EmailApi | count_filters | GET /Email/count_filters | Return cPanel account's email filters total | 
| EmailApi | count_forwarders | GET /Email/count_forwarders | Return cPanel account's mail forwarder total | 
| EmailApi | count_lists | GET /Email/count_lists | Return cPanel account's mailing list total | 
| EmailApi | count_pops | GET /Email/count_pops | Return cPanel account's email account total | 
| EmailApi | delete_auto_responder | GET /Email/delete_auto_responder | Delete email account's autoresponder | 
| EmailApi | delete_domain_forwarder | GET /Email/delete_domain_forwarder | Delete domain-level forwarder | 
| EmailApi | delete_filter | GET /Email/delete_filter | Delete email account's email filter | 
| EmailApi | delete_forwarder | GET /Email/delete_forwarder | Delete email account's email forwarder | 
| EmailApi | delete_held_messages | GET /Email/delete_held_messages | Delete email account's outgoing messages | 
| EmailApi | delete_list | GET /Email/delete_list | Delete mailing list | 
| EmailApi | delete_pop | GET /Email/delete_pop | Delete email address | 
| EmailApi | disable_filter | GET /Email/disable_filter | Disable email filter for email account | 
| EmailApi | disable_mailbox_autocreate | GET /Email/disable_mailbox_autocreate | Disable cPanel account mailbox autocreation | 
| EmailApi | disable_spam_assassin | GET /Email/disable_spam_assassin | Disable Apache SpamAssassin for cPanel account | 
| EmailApi | disable_spam_autodelete | GET /Email/disable_spam_autodelete | Disable spam box filtering auto-delete | 
| EmailApi | disable_spam_box | GET /Email/disable_spam_box | Disable spam box filtering for cPanel account | 
| EmailApi | dispatch_client_settings | GET /Email/dispatch_client_settings | Send email client settings to an email address | 
| EmailApi | edit_pop_quota | GET /Email/edit_pop_quota | Update email account's quota | 
| EmailApi | email_terminate_mailbox_sessions | GET /Email/terminate_mailbox_sessions | Stop cPanel account IMAP and POP3 connections | 
| EmailApi | enable_filter | GET /Email/enable_filter | Enable email filter for email account | 
| EmailApi | enable_mailbox_autocreate | GET /Email/enable_mailbox_autocreate | Enable cPanel account mailbox autocreation | 
| EmailApi | enable_spam_assassin | GET /Email/enable_spam_assassin | Enable Apache SpamAssassin for cPanel account | 
| EmailApi | enable_spam_box | GET /Email/enable_spam_box | Enable spam box filtering for cPanel account | 
| EmailApi | export_lists | GET /Email/export_lists | Export cPanel account's Mailman mailing lists to a file | 
| EmailApi | fetch_charmaps | GET /Email/fetch_charmaps | Return server's supported character encodings | 
| EmailApi | fts_rescan_mailbox | GET /Email/fts_rescan_mailbox | Start IMAP Full-Text Search scan for email account | 
| EmailApi | generate_mailman_otp | GET /Email/generate_mailman_otp | Create one-time password for a mailing list | 
| EmailApi | get_auto_responder | GET /Email/get_auto_responder | Return email account's autoresponder information | 
| EmailApi | get_charsets | GET /Email/get_charsets | Return mail server's supported character encodings | 
| EmailApi | get_client_settings | GET /Email/get_client_settings | Return email account's client settings | 
| EmailApi | get_default_email_quota | GET /Email/get_default_email_quota | Return email account's default email quota | 
| EmailApi | get_default_email_quota_mib | GET /Email/get_default_email_quota_mib | Return email account's default email quota in MiB | 
| EmailApi | get_disk_usage | GET /Email/get_disk_usage | Return email account's disk usage | 
| EmailApi | get_filter | GET /Email/get_filter | Return email filter's information | 
| EmailApi | get_held_message_count | GET /Email/get_held_message_count | Return email account's outgoing message count | 
| EmailApi | get_lists_total_disk_usage | GET /Email/get_lists_total_disk_usage | Return cPanel account's mailing list disk usage | 
| EmailApi | get_mailbox_autocreate | GET /Email/get_mailbox_autocreate | Return cPanel account's mailbox autocreate status | 
| EmailApi | get_mailman_delegates | GET /Email/get_mailman_delegates | Return mailing list administrators | 
| EmailApi | get_main_account_disk_usage | GET /Email/get_main_account_disk_usage | Return primary email account's disk usage | 
| EmailApi | get_main_account_disk_usage_bytes | GET /Email/get_main_account_disk_usage_bytes | Return primary email account's disk usage in bytes | 
| EmailApi | get_max_email_quota | GET /Email/get_max_email_quota | Return email account's max quota size | 
| EmailApi | get_max_email_quota_mib | GET /Email/get_max_email_quota_mib | Return email account's max quota size in MiB | 
| EmailApi | get_pop_quota | GET /Email/get_pop_quota | Return email account's quota | 
| EmailApi | get_spam_settings | GET /Email/get_spam_settings | Return email account Apache SpamAssassin settings | 
| EmailApi | get_webmail_settings | GET /Email/get_webmail_settings | Return email account's Webmail settings | 
| EmailApi | has_delegated_mailman_lists | GET /Email/has_delegated_mailman_lists | Return email account's mailing list privileges | 
| EmailApi | has_plaintext_authentication | GET /Email/has_plaintext_authentication | Return whether plaintext authentication is enabled | 
| EmailApi | hold_outgoing | GET /Email/hold_outgoing | Stop email account's outgoing mail | 
| EmailApi | list_auto_responders | GET /Email/list_auto_responders | Return domain's autoresponders | 
| EmailApi | list_default_address | GET /Email/list_default_address | Return domain's default email address | 
| EmailApi | list_domain_forwarders | GET /Email/list_domain_forwarders | Return domain-level forwarders | 
| EmailApi | list_filters | GET /Email/list_filters | Return account-level email filters | 
| EmailApi | list_filters_backups | GET /Email/list_filters_backups | Return domains with domain-level email filters | 
| EmailApi | list_forwarders | GET /Email/list_forwarders | Return domain's forwarders | 
| EmailApi | list_forwarders_backups | GET /Email/list_forwarders_backups | Return domains with domain-level forwarders | 
| EmailApi | list_lists | GET /Email/list_lists | Return cPanel account's mailing lists | 
| EmailApi | list_mail_domains | GET /Email/list_mail_domains | Return cPanel account's mail domains | 
| EmailApi | list_pops | GET /Email/list_pops | Return email accounts | 
| EmailApi | list_pops_with_disk | GET /Email/list_pops_with_disk | Return email accounts with disk information | 
| EmailApi | list_system_filter_info | GET /Email/list_system_filter_info | Return system-level email filter file information | 
| EmailApi | passwd_list | GET /Email/passwd_list | Update mailing list password | 
| EmailApi | passwd_pop | GET /Email/passwd_pop | Update email account password | 
| EmailApi | release_outgoing | GET /Email/release_outgoing | Start email account outgoing mail | 
| EmailApi | remove_mailman_delegates | GET /Email/remove_mailman_delegates | Remove account mailing list admin privileges | 
| EmailApi | reorder_filters | GET /Email/reorder_filters | Update email address's email filter order | 
| EmailApi | set_always_accept | GET /Email/set_always_accept | Update Mail Exchanger type | 
| EmailApi | set_default_address | GET /Email/set_default_address | Create default email address | 
| EmailApi | set_list_privacy_options | GET /Email/set_list_privacy_options | Update mailing list privacy options | 
| EmailApi | set_manual_mx_redirects | GET /Email/set_manual_mx_redirects | Add manual MX redirection | 
| EmailApi | stats_db_status | GET /Email/stats_db_status | Return eximstats SQLite database status | 
| EmailApi | store_filter | GET /Email/store_filter | Create email filter | 
| EmailApi | suspend_incoming | GET /Email/suspend_incoming | Suspend email account incoming (SMTP) mail | 
| EmailApi | suspend_login | GET /Email/suspend_login | Suspend email account login | 
| EmailApi | suspend_outgoing | GET /Email/suspend_outgoing | Suspend email account outgoing mail | 
| EmailApi | trace_delivery | GET /Email/trace_delivery | Run email delivery route trace | 
| EmailApi | trace_filter | GET /Email/trace_filter | Run test for main domain email filters | 
| EmailApi | unset_manual_mx_redirects | GET /Email/unset_manual_mx_redirects | Remove manual MX redirection | 
| EmailApi | unsuspend_incoming | GET /Email/unsuspend_incoming | Unsuspend email account incoming mail | 
| EmailApi | unsuspend_login | GET /Email/unsuspend_login | Unsuspend email account login | 
| EmailApi | unsuspend_outgoing | GET /Email/unsuspend_outgoing | Unsuspend email account outgoing mail | 
| EmailApi | verify_password | GET /Email/verify_password | Validate email account password | 
| EmailAuthApi | disable_dkim | GET /EmailAuth/disable_dkim | Remove domains' DKIM records | 
| EmailAuthApi | email_auth_apply_dmarc | GET /EmailAuth/apply_dmarc | Apply DMARC records to domains. | 
| EmailAuthApi | email_auth_remove_dmarc | GET /EmailAuth/remove_dmarc | Remove DMARC record from domain(s) | 
| EmailAuthApi | email_auth_validate_current_dmarcs | GET /EmailAuth/validate_current_dmarcs | Validate domains' DMARC records | 
| EmailAuthApi | enable_dkim | GET /EmailAuth/enable_dkim | Enable domains' DKIM records | 
| EmailAuthApi | ensure_dkim_keys_exist | GET /EmailAuth/ensure_dkim_keys_exist | Validate domains' DKIM private keys | 
| EmailAuthApi | fetch_dkim_private_keys | GET /EmailAuth/fetch_dkim_private_keys | Return domains' DKIM private keys | 
| EmailAuthApi | install_dkim_private_keys | GET /EmailAuth/install_dkim_private_keys | Add domains' DKIM record keys | 
| EmailAuthApi | install_spf_records | GET /EmailAuth/install_spf_records | Add domains' SPF records | 
| EmailAuthApi | validate_current_dkims | GET /EmailAuth/validate_current_dkims | Validate domains' DKIM records | 
| EmailAuthApi | validate_current_ptrs | GET /EmailAuth/validate_current_ptrs | Validate domains' PTR records | 
| EmailAuthApi | validate_current_spfs | GET /EmailAuth/validate_current_spfs | Validate domains' SPF records | 
| EmailAccountsApi | account_name | GET /Email/account_name | Return current user's account name | 
| EmailAccountsApi | add_auto_responder | GET /Email/add_auto_responder | Create email account's autoresponder | 
| EmailAccountsApi | add_pop | GET /Email/add_pop | Create email address | 
| EmailAccountsApi | browse_mailbox | GET /Email/browse_mailbox | Return mail directory's subdirectories and files | 
| EmailAccountsApi | c_sv_import_doimport | GET /CSVImport/doimport | Import email accounts from CSV file | 
| EmailAccountsApi | count_auto_responders | GET /Email/count_auto_responders | Return cPanel account's autoresponders total | 
| EmailAccountsApi | count_pops | GET /Email/count_pops | Return cPanel account's email account total | 
| EmailAccountsApi | delete_auto_responder | GET /Email/delete_auto_responder | Delete email account's autoresponder | 
| EmailAccountsApi | delete_held_messages | GET /Email/delete_held_messages | Delete email account's outgoing messages | 
| EmailAccountsApi | delete_pop | GET /Email/delete_pop | Delete email address | 
| EmailAccountsApi | dispatch_client_settings | GET /Email/dispatch_client_settings | Send email client settings to an email address | 
| EmailAccountsApi | edit_pop_quota | GET /Email/edit_pop_quota | Update email account's quota | 
| EmailAccountsApi | email_terminate_mailbox_sessions | GET /Email/terminate_mailbox_sessions | Stop cPanel account IMAP and POP3 connections | 
| EmailAccountsApi | get_auto_responder | GET /Email/get_auto_responder | Return email account's autoresponder information | 
| EmailAccountsApi | get_client_settings | GET /Email/get_client_settings | Return email account's client settings | 
| EmailAccountsApi | get_default_email_quota | GET /Email/get_default_email_quota | Return email account's default email quota | 
| EmailAccountsApi | get_default_email_quota_mib | GET /Email/get_default_email_quota_mib | Return email account's default email quota in MiB | 
| EmailAccountsApi | get_disk_usage | GET /Email/get_disk_usage | Return email account's disk usage | 
| EmailAccountsApi | get_held_message_count | GET /Email/get_held_message_count | Return email account's outgoing message count | 
| EmailAccountsApi | get_main_account_disk_usage | GET /Email/get_main_account_disk_usage | Return primary email account's disk usage | 
| EmailAccountsApi | get_main_account_disk_usage_bytes | GET /Email/get_main_account_disk_usage_bytes | Return primary email account's disk usage in bytes | 
| EmailAccountsApi | get_max_email_quota | GET /Email/get_max_email_quota | Return email account's max quota size | 
| EmailAccountsApi | get_max_email_quota_mib | GET /Email/get_max_email_quota_mib | Return email account's max quota size in MiB | 
| EmailAccountsApi | get_pop_quota | GET /Email/get_pop_quota | Return email account's quota | 
| EmailAccountsApi | get_webmail_settings | GET /Email/get_webmail_settings | Return email account's Webmail settings | 
| EmailAccountsApi | hold_outgoing | GET /Email/hold_outgoing | Stop email account's outgoing mail | 
| EmailAccountsApi | list_auto_responders | GET /Email/list_auto_responders | Return domain's autoresponders | 
| EmailAccountsApi | list_default_address | GET /Email/list_default_address | Return domain's default email address | 
| EmailAccountsApi | list_mail_domains | GET /Email/list_mail_domains | Return cPanel account's mail domains | 
| EmailAccountsApi | list_pops | GET /Email/list_pops | Return email accounts | 
| EmailAccountsApi | list_pops_with_disk | GET /Email/list_pops_with_disk | Return email accounts with disk information | 
| EmailAccountsApi | passwd_pop | GET /Email/passwd_pop | Update email account password | 
| EmailAccountsApi | release_outgoing | GET /Email/release_outgoing | Start email account outgoing mail | 
| EmailAccountsApi | set_default_address | GET /Email/set_default_address | Create default email address | 
| EmailAccountsApi | set_manual_mx_redirects | GET /Email/set_manual_mx_redirects | Add manual MX redirection | 
| EmailAccountsApi | trace_delivery | GET /Email/trace_delivery | Run email delivery route trace | 
| EmailAccountsApi | unset_manual_mx_redirects | GET /Email/unset_manual_mx_redirects | Remove manual MX redirection | 
| EmailAccountsApi | verify_password | GET /Email/verify_password | Validate email account password | 
| EmailDNSSettingsApi | add_mx | GET /Email/add_mx | Create mail exchanger record | 
| EmailDNSSettingsApi | change_mx | GET /Email/change_mx | Update mail exchanger record | 
| EmailDNSSettingsApi | delete_mx | GET /Email/delete_mx | Delete mail exchanger record | 
| EmailDNSSettingsApi | disable_dkim | GET /EmailAuth/disable_dkim | Remove domains' DKIM records | 
| EmailDNSSettingsApi | email_auth_apply_dmarc | GET /EmailAuth/apply_dmarc | Apply DMARC records to domains. | 
| EmailDNSSettingsApi | email_auth_remove_dmarc | GET /EmailAuth/remove_dmarc | Remove DMARC record from domain(s) | 
| EmailDNSSettingsApi | email_auth_validate_current_dmarcs | GET /EmailAuth/validate_current_dmarcs | Validate domains' DMARC records | 
| EmailDNSSettingsApi | enable_dkim | GET /EmailAuth/enable_dkim | Enable domains' DKIM records | 
| EmailDNSSettingsApi | ensure_dkim_keys_exist | GET /EmailAuth/ensure_dkim_keys_exist | Validate domains' DKIM private keys | 
| EmailDNSSettingsApi | fetch_dkim_private_keys | GET /EmailAuth/fetch_dkim_private_keys | Return domains' DKIM private keys | 
| EmailDNSSettingsApi | install_dkim_private_keys | GET /EmailAuth/install_dkim_private_keys | Add domains' DKIM record keys | 
| EmailDNSSettingsApi | install_spf_records | GET /EmailAuth/install_spf_records | Add domains' SPF records | 
| EmailDNSSettingsApi | list_mxs | GET /Email/list_mxs | Return mail exchanger records | 
| EmailDNSSettingsApi | validate_current_dkims | GET /EmailAuth/validate_current_dkims | Validate domains' DKIM records | 
| EmailDNSSettingsApi | validate_current_ptrs | GET /EmailAuth/validate_current_ptrs | Validate domains' PTR records | 
| EmailDNSSettingsApi | validate_current_spfs | GET /EmailAuth/validate_current_spfs | Validate domains' SPF records | 
| EmailFilteringApi | count_filters | GET /Email/count_filters | Return cPanel account's email filters total | 
| EmailFilteringApi | delete_filter | GET /Email/delete_filter | Delete email account's email filter | 
| EmailFilteringApi | disable_filter | GET /Email/disable_filter | Disable email filter for email account | 
| EmailFilteringApi | enable_filter | GET /Email/enable_filter | Enable email filter for email account | 
| EmailFilteringApi | get_filter | GET /Email/get_filter | Return email filter's information | 
| EmailFilteringApi | list_filters | GET /Email/list_filters | Return account-level email filters | 
| EmailFilteringApi | list_filters_backups | GET /Email/list_filters_backups | Return domains with domain-level email filters | 
| EmailFilteringApi | list_system_filter_info | GET /Email/list_system_filter_info | Return system-level email filter file information | 
| EmailFilteringApi | reorder_filters | GET /Email/reorder_filters | Update email address's email filter order | 
| EmailFilteringApi | store_filter | GET /Email/store_filter | Create email filter | 
| EmailFilteringApi | trace_filter | GET /Email/trace_filter | Run test for main domain email filters | 
| EmailForwardingApi | add_domain_forwarder | GET /Email/add_domain_forwarder | Create domain-level forwarder | 
| EmailForwardingApi | add_forwarder | GET /Email/add_forwarder | Create email account forwarder | 
| EmailForwardingApi | count_forwarders | GET /Email/count_forwarders | Return cPanel account's mail forwarder total | 
| EmailForwardingApi | delete_domain_forwarder | GET /Email/delete_domain_forwarder | Delete domain-level forwarder | 
| EmailForwardingApi | delete_forwarder | GET /Email/delete_forwarder | Delete email account's email forwarder | 
| EmailForwardingApi | list_domain_forwarders | GET /Email/list_domain_forwarders | Return domain-level forwarders | 
| EmailForwardingApi | list_forwarders | GET /Email/list_forwarders | Return domain's forwarders | 
| EmailForwardingApi | list_forwarders_backups | GET /Email/list_forwarders_backups | Return domains with domain-level forwarders | 
| EmailServerInformationApi | check_fastmail | GET /Email/check_fastmail | Return BlackBerry FastMail support status | 
| EmailServerInformationApi | disable_mailbox_autocreate | GET /Email/disable_mailbox_autocreate | Disable cPanel account mailbox autocreation | 
| EmailServerInformationApi | enable_mailbox_autocreate | GET /Email/enable_mailbox_autocreate | Enable cPanel account mailbox autocreation | 
| EmailServerInformationApi | fetch_charmaps | GET /Email/fetch_charmaps | Return server's supported character encodings | 
| EmailServerInformationApi | fts_rescan_mailbox | GET /Email/fts_rescan_mailbox | Start IMAP Full-Text Search scan for email account | 
| EmailServerInformationApi | get_charsets | GET /Email/get_charsets | Return mail server's supported character encodings | 
| EmailServerInformationApi | get_mailbox_autocreate | GET /Email/get_mailbox_autocreate | Return cPanel account's mailbox autocreate status | 
| EmailServerInformationApi | has_plaintext_authentication | GET /Email/has_plaintext_authentication | Return whether plaintext authentication is enabled | 
| EmailServerInformationApi | set_always_accept | GET /Email/set_always_accept | Update Mail Exchanger type | 
| EmailServerInformationApi | stats_db_status | GET /Email/stats_db_status | Return eximstats SQLite database status | 
| EmailSuspensionsApi | suspend_incoming | GET /Email/suspend_incoming | Suspend email account incoming (SMTP) mail | 
| EmailSuspensionsApi | suspend_login | GET /Email/suspend_login | Suspend email account login | 
| EmailSuspensionsApi | suspend_outgoing | GET /Email/suspend_outgoing | Suspend email account outgoing mail | 
| EmailSuspensionsApi | unsuspend_incoming | GET /Email/unsuspend_incoming | Unsuspend email account incoming mail | 
| EmailSuspensionsApi | unsuspend_login | GET /Email/unsuspend_login | Unsuspend email account login | 
| EmailSuspensionsApi | unsuspend_outgoing | GET /Email/unsuspend_outgoing | Unsuspend email account outgoing mail | 
| ExternalAuthenticationApi | add_authn_link | GET /ExternalAuthentication/add_authn_link | Add external authentication link | 
| ExternalAuthenticationApi | configured_modules | GET /ExternalAuthentication/configured_modules | Return server's external authentication providers | 
| ExternalAuthenticationApi | get_authn_links | GET /ExternalAuthentication/get_authn_links | Return external authentication links | 
| ExternalAuthenticationApi | has_external_auth_modules_configured | GET /ExternalAuthentication/has_external_auth_modules_configured | Return external authentication user status | 
| ExternalAuthenticationApi | remove_authn_link | GET /ExternalAuthentication/remove_authn_link | Remove external authentication link | 
| ExternalAuthenticationApi | add_authn_link | GET /ExternalAuthentication/add_authn_link | Add external authentication link | 
| ExternalAuthenticationApi | configured_modules | GET /ExternalAuthentication/configured_modules | Return server's external authentication providers | 
| ExternalAuthenticationApi | get_authn_links | GET /ExternalAuthentication/get_authn_links | Return external authentication links | 
| ExternalAuthenticationApi | has_external_auth_modules_configured | GET /ExternalAuthentication/has_external_auth_modules_configured | Return external authentication user status | 
| ExternalAuthenticationApi | remove_authn_link | GET /ExternalAuthentication/remove_authn_link | Remove external authentication link | 
| FTPAccountsApi | add_ftp | GET /Ftp/add_ftp | Create FTP account | 
| FTPAccountsApi | delete_ftp | GET /Ftp/delete_ftp | Delete FTP account | 
| FTPAccountsApi | ftp_exists | GET /Ftp/ftp_exists | Return whether an FTP account exists | 
| FTPAccountsApi | get_quota | GET /Ftp/get_quota | Return FTP account's quota | 
| FTPAccountsApi | get_welcome_message | GET /Ftp/get_welcome_message | Return FTP account's welcome message | 
| FTPAccountsApi | list_ftp | GET /Ftp/list_ftp | Return FTP accounts | 
| FTPAccountsApi | list_ftp_with_disk | GET /Ftp/list_ftp_with_disk | Return FTP accounts and disk usage | 
| FTPAccountsApi | passwd | GET /Ftp/passwd | Update FTP account's password | 
| FTPAccountsApi | set_homedir | GET /Ftp/set_homedir | Update FTP account's home directory | 
| FTPAccountsApi | set_quota | GET /Ftp/set_quota | Update FTP account's quota | 
| FTPAccountsApi | set_welcome_message | GET /Ftp/set_welcome_message | Update FTP welcome message | 
| FTPServerSettingsApi | allows_anonymous_ftp | GET /Ftp/allows_anonymous_ftp | Return if anonymous FTP connections allowed | 
| FTPServerSettingsApi | allows_anonymous_ftp_incoming | GET /Ftp/allows_anonymous_ftp_incoming | Return if anonymous FTP transfers allowed | 
| FTPServerSettingsApi | get_ftp_daemon_info | GET /Ftp/get_ftp_daemon_info | Return FTP server's information | 
| FTPServerSettingsApi | get_port | GET /Ftp/get_port | Return FTP server's port | 
| FTPServerSettingsApi | kill_session | GET /Ftp/kill_session | Stop FTP session | 
| FTPServerSettingsApi | list_sessions | GET /Ftp/list_sessions | Return FTP server's active sessions | 
| FTPServerSettingsApi | server_name | GET /Ftp/server_name | Return whether server uses ProFTPD or Pure-FTPd | 
| FTPServerSettingsApi | set_anonymous_ftp | GET /Ftp/set_anonymous_ftp | Enable or disable anonymous FTP logins | 
| FTPServerSettingsApi | set_anonymous_ftp_incoming | GET /Ftp/set_anonymous_ftp_incoming | Enable or disable anonymous incoming FTP transfers | 
| FeaturesApi | get_feature_metadata | GET /Features/get_feature_metadata | Return cPanel account's features' metadata | 
| FeaturesApi | has_feature | GET /Features/has_feature | Validate cPanel account's feature access | 
| FeaturesApi | list_features | GET /Features/list_features | Return cPanel account's features | 
| FileRestorationApi | directory_listing | GET /Restore/directory_listing | Return backups in home directory | 
| FileRestorationApi | get_users | GET /Restore/get_users | Return cPanel accounts with backup metadata | 
| FileRestorationApi | query_file_info | GET /Restore/query_file_info | Return backup storage locations | 
| FileRestorationApi | restore_databases | POST /Backup/restore_databases | Restore databases | 
| FileRestorationApi | restore_email_filters | POST /Backup/restore_email_filters | Restore email filters | 
| FileRestorationApi | restore_email_forwarders | POST /Backup/restore_email_forwarders | Restore email forwarders | 
| FileRestorationApi | restore_file | GET /Restore/restore_file | Restore file or directory | 
| FileRestorationApi | restore_files | POST /Backup/restore_files | Restore files | 
| FilemanApi | autocompletedir | GET /Fileman/autocompletedir | Return autocomplete file and directory names | 
| FilemanApi | empty_trash | GET /Fileman/empty_trash | Delete .trash folder content | 
| FilemanApi | get_file_content | GET /Fileman/get_file_content | Return file content | 
| FilemanApi | get_file_information | GET /Fileman/get_file_information | Return file or directory information | 
| FilemanApi | list_files | GET /Fileman/list_files | Return directory content | 
| FilemanApi | save_file_content | GET /Fileman/save_file_content | Save file | 
| FilemanApi | transcode | GET /Fileman/transcode | Update buffer encoding | 
| FilemanApi | upload_files | GET /Fileman/upload_files | Upload files | 
| FtpApi | add_ftp | GET /Ftp/add_ftp | Create FTP account | 
| FtpApi | allows_anonymous_ftp | GET /Ftp/allows_anonymous_ftp | Return if anonymous FTP connections allowed | 
| FtpApi | allows_anonymous_ftp_incoming | GET /Ftp/allows_anonymous_ftp_incoming | Return if anonymous FTP transfers allowed | 
| FtpApi | delete_ftp | GET /Ftp/delete_ftp | Delete FTP account | 
| FtpApi | ftp_exists | GET /Ftp/ftp_exists | Return whether an FTP account exists | 
| FtpApi | get_ftp_daemon_info | GET /Ftp/get_ftp_daemon_info | Return FTP server's information | 
| FtpApi | get_port | GET /Ftp/get_port | Return FTP server's port | 
| FtpApi | get_quota | GET /Ftp/get_quota | Return FTP account's quota | 
| FtpApi | get_welcome_message | GET /Ftp/get_welcome_message | Return FTP account's welcome message | 
| FtpApi | kill_session | GET /Ftp/kill_session | Stop FTP session | 
| FtpApi | list_ftp | GET /Ftp/list_ftp | Return FTP accounts | 
| FtpApi | list_ftp_with_disk | GET /Ftp/list_ftp_with_disk | Return FTP accounts and disk usage | 
| FtpApi | list_sessions | GET /Ftp/list_sessions | Return FTP server's active sessions | 
| FtpApi | passwd | GET /Ftp/passwd | Update FTP account's password | 
| FtpApi | server_name | GET /Ftp/server_name | Return whether server uses ProFTPD or Pure-FTPd | 
| FtpApi | set_anonymous_ftp | GET /Ftp/set_anonymous_ftp | Enable or disable anonymous FTP logins | 
| FtpApi | set_anonymous_ftp_incoming | GET /Ftp/set_anonymous_ftp_incoming | Enable or disable anonymous incoming FTP transfers | 
| FtpApi | set_homedir | GET /Ftp/set_homedir | Update FTP account's home directory | 
| FtpApi | set_quota | GET /Ftp/set_quota | Update FTP account's quota | 
| FtpApi | set_welcome_message | GET /Ftp/set_welcome_message | Update FTP welcome message | 
| GPGApi | delete_keypair | GET /GPG/delete_keypair | Delete GnuPG key pair | 
| GPGApi | export_public_key | GET /GPG/export_public_key | Export GnuPG public key | 
| GPGApi | export_secret_key | GET /GPG/export_secret_key | Export GnuPG secret key | 
| GPGApi | generate_key | GET /GPG/generate_key | Create GnuPG key | 
| GPGApi | import_key | GET /GPG/import_key | Import GnuPG key | 
| GPGApi | list_public_keys | GET /GPG/list_public_keys | Return current user's GnuPG public keys | 
| GPGApi | list_secret_keys | GET /GPG/list_secret_keys | Return current user's GnuPG secret keys | 
| HandlerManagementApi | add_handler | GET /Mime/add_handler | Add web server MIME type handler | 
| HandlerManagementApi | delete_handler | GET /Mime/delete_handler | Remove web server MIME type handler | 
| HandlerManagementApi | list_handlers | GET /Mime/list_handlers | Return web server's MIME handlers | 
| HandlerManagementApi | redirect_info | GET /Mime/redirect_info | Return redirect information | 
| ImageManagerApi | convert_file | GET /ImageManager/convert_file | Create image with new format | 
| ImageManagerApi | create_thumbnails | GET /ImageManager/create_thumbnails | Create image thumbnails | 
| ImageManagerApi | get_dimensions | GET /ImageManager/get_dimensions | Return image dimensions | 
| ImageManagerApi | resize_image | GET /ImageManager/resize_image | Save resized image | 
| ImageToolsApi | convert_file | GET /ImageManager/convert_file | Create image with new format | 
| ImageToolsApi | create_thumbnails | GET /ImageManager/create_thumbnails | Create image thumbnails | 
| ImageToolsApi | get_dimensions | GET /ImageManager/get_dimensions | Return image dimensions | 
| ImageToolsApi | resize_image | GET /ImageManager/resize_image | Save resized image | 
| IntegrationApi | fetch_url | GET /Integration/fetch_url | Return integrated application URL | 
| KnownHostsApi | create | GET /KnownHosts/create | Create host | 
| KnownHostsApi | known_hosts_delete | GET /KnownHosts/delete | Delete host | 
| KnownHostsApi | known_hosts_update | GET /KnownHosts/update | Update host in the known_hosts file | 
| KnownHostsApi | verify | GET /KnownHosts/verify | Validate host | 
| KnownSSHHostsManagementApi | create | GET /KnownHosts/create | Create host | 
| KnownSSHHostsManagementApi | known_hosts_delete | GET /KnownHosts/delete | Delete host | 
| KnownSSHHostsManagementApi | known_hosts_update | GET /KnownHosts/update | Update host in the known_hosts file | 
| KnownSSHHostsManagementApi | verify | GET /KnownHosts/verify | Validate host | 
| LangPHPApi | php_get_domain_handler | GET /LangPHP/php_get_domain_handler | Return PHP version's handler | 
| LangPHPApi | php_get_impacted_domains | GET /LangPHP/php_get_impacted_domains | Return domains that shared PHP configuration | 
| LangPHPApi | php_get_installed_versions | GET /LangPHP/php_get_installed_versions | Return installed PHP versions | 
| LangPHPApi | php_get_system_default_version | GET /LangPHP/php_get_system_default_version | Return default PHP version | 
| LangPHPApi | php_get_vhost_versions | GET /LangPHP/php_get_vhost_versions | Return virtual host's PHP version | 
| LangPHPApi | php_ini_get_user_basic_directives | GET /LangPHP/php_ini_get_user_basic_directives | Return basic PHP directives | 
| LangPHPApi | php_ini_get_user_content | GET /LangPHP/php_ini_get_user_content | Return virtual host's php.ini content | 
| LangPHPApi | php_ini_get_user_paths | GET /LangPHP/php_ini_get_user_paths | Return php.ini file paths | 
| LangPHPApi | php_ini_set_user_basic_directives | GET /LangPHP/php_ini_set_user_basic_directives | Update basic PHP directives | 
| LangPHPApi | php_ini_set_user_content | GET /LangPHP/php_ini_set_user_content | Update virtual host's php.ini content | 
| LangPHPApi | php_set_vhost_versions | GET /LangPHP/php_set_vhost_versions | Update virtual host's PHP version | 
| LanguageApi | get_attributes | GET /Locale/get_attributes | Return current locale settings | 
| LanguageApi | list_locales | GET /Locale/list_locales | Return available locales | 
| LanguageApi | set_locale | GET /Locale/set_locale | Update cPanel account locale | 
| LastLoginApi | get_last_or_current_logged_in_ip | GET /LastLogin/get_last_or_current_logged_in_ip | Return last authenticated login IP address | 
| LocaleApi | get_attributes | GET /Locale/get_attributes | Return current locale settings | 
| LocaleApi | list_locales | GET /Locale/list_locales | Return available locales | 
| LocaleApi | set_locale | GET /Locale/set_locale | Update cPanel account locale | 
| LogManagerApi | get_settings | GET /LogManager/get_settings | Retrieve cPanel account's log archival settings | 
| LogManagerApi | list_archives | GET /LogManager/list_archives | Return cPanel account's archive files list | 
| LogManagerApi | set_settings | GET /LogManager/set_settings | Save cPanel account's log archive settings | 
| LoginInformationApi | get_last_or_current_logged_in_ip | GET /LastLogin/get_last_or_current_logged_in_ip | Return last authenticated login IP address | 
| LoginInformationApi | get_session_information | GET /Variables/get_session_information | Return web server's hostname | 
| LogsApi | get_settings | GET /LogManager/get_settings | Retrieve cPanel account's log archival settings | 
| LogsApi | list_archives | GET /LogManager/list_archives | Return cPanel account's archive files list | 
| LogsApi | set_settings | GET /LogManager/set_settings | Save cPanel account's log archive settings | 
| MailServerInformationApi | get_exim_ports | GET /Chkservd/get_exim_ports | Return outgoing (SMTP) mail port | 
| MailServerInformationApi | get_exim_ports_ssl | GET /Chkservd/get_exim_ports_ssl | Return outgoing mail (SMTP) SSL-secured port | 
| MailboxManagementApi | expunge_mailbox_messages | GET /Mailboxes/expunge_mailbox_messages | Delete selected messages in mailbox | 
| MailboxManagementApi | expunge_messages_for_mailbox_guid | GET /Mailboxes/expunge_messages_for_mailbox_guid | Delete selected messages in mailbox by GUID | 
| MailboxManagementApi | get_mailbox_status_list | GET /Mailboxes/get_mailbox_status_list | Return cPanel account's mailbox status | 
| MailboxManagementApi | has_utf8_mailbox_names | GET /Mailboxes/has_utf8_mailbox_names | Return if cPanel account's mailboxes use UTF-8 | 
| MailboxManagementApi | set_utf8_mailbox_names | GET /Mailboxes/set_utf8_mailbox_names | Enable or disable Webmail mailbox UTF-8 encoding | 
| MailboxesApi | expunge_mailbox_messages | GET /Mailboxes/expunge_mailbox_messages | Delete selected messages in mailbox | 
| MailboxesApi | expunge_messages_for_mailbox_guid | GET /Mailboxes/expunge_messages_for_mailbox_guid | Delete selected messages in mailbox by GUID | 
| MailboxesApi | get_mailbox_status_list | GET /Mailboxes/get_mailbox_status_list | Return cPanel account's mailbox status | 
| MailboxesApi | has_utf8_mailbox_names | GET /Mailboxes/has_utf8_mailbox_names | Return if cPanel account's mailboxes use UTF-8 | 
| MailboxesApi | set_utf8_mailbox_names | GET /Mailboxes/set_utf8_mailbox_names | Enable or disable Webmail mailbox UTF-8 encoding | 
| MailingListsApi | add_list | GET /Email/add_list | Create mailing list | 
| MailingListsApi | add_mailman_delegates | GET /Email/add_mailman_delegates | Add administrators to mailing list | 
| MailingListsApi | count_lists | GET /Email/count_lists | Return cPanel account's mailing list total | 
| MailingListsApi | delete_list | GET /Email/delete_list | Delete mailing list | 
| MailingListsApi | export_lists | GET /Email/export_lists | Export cPanel account's Mailman mailing lists to a file | 
| MailingListsApi | generate_mailman_otp | GET /Email/generate_mailman_otp | Create one-time password for a mailing list | 
| MailingListsApi | get_lists_total_disk_usage | GET /Email/get_lists_total_disk_usage | Return cPanel account's mailing list disk usage | 
| MailingListsApi | get_mailman_delegates | GET /Email/get_mailman_delegates | Return mailing list administrators | 
| MailingListsApi | has_delegated_mailman_lists | GET /Email/has_delegated_mailman_lists | Return email account's mailing list privileges | 
| MailingListsApi | list_lists | GET /Email/list_lists | Return cPanel account's mailing lists | 
| MailingListsApi | passwd_list | GET /Email/passwd_list | Update mailing list password | 
| MailingListsApi | remove_mailman_delegates | GET /Email/remove_mailman_delegates | Remove account mailing list admin privileges | 
| MailingListsApi | set_list_privacy_options | GET /Email/set_list_privacy_options | Update mailing list privacy options | 
| ManageFilesApi | autocompletedir | GET /Fileman/autocompletedir | Return autocomplete file and directory names | 
| ManageFilesApi | empty_trash | GET /Fileman/empty_trash | Delete .trash folder content | 
| ManageFilesApi | get_file_content | GET /Fileman/get_file_content | Return file content | 
| ManageFilesApi | get_file_information | GET /Fileman/get_file_information | Return file or directory information | 
| ManageFilesApi | list_files | GET /Fileman/list_files | Return directory content | 
| ManageFilesApi | save_file_content | GET /Fileman/save_file_content | Save file | 
| ManageFilesApi | transcode | GET /Fileman/transcode | Update buffer encoding | 
| ManageFilesApi | upload_files | GET /Fileman/upload_files | Upload files | 
| MarketApi | cancel_pending_ssl_certificate | GET /Market/cancel_pending_ssl_certificate | Delete an order | 
| MarketApi | create_shopping_cart | GET /Market/create_shopping_cart | Create shopping cart | 
| MarketApi | get_certificate_status_details | GET /Market/get_certificate_status_details | Return provider's SSL certificate request status | 
| MarketApi | get_login_url | GET /Market/get_login_url | Return provider's login URL | 
| MarketApi | get_pending_ssl_certificates | GET /Market/get_pending_ssl_certificates | Return provider's pending SSL certificates | 
| MarketApi | get_ssl_certificate_if_available | GET /Market/get_ssl_certificate_if_available | Return provider's available SSL certificates | 
| MarketApi | market_get_all_products | GET /Market/get_all_products | Return provider's available products | 
| MarketApi | market_get_provider_specific_dcv_constraints | GET /Market/get_provider_specific_dcv_constraints | Return provider's DCV filename requirements | 
| MarketApi | market_get_providers_list | GET /Market/get_providers_list | Return enabled providers | 
| MarketApi | process_ssl_pending_queue | GET /Market/process_ssl_pending_queue | Start processing pending queue's SSL certificates | 
| MarketApi | request_ssl_certificates | GET /Market/request_ssl_certificates | Request SSL certificate order | 
| MarketApi | set_status_of_pending_queue_items | GET /Market/set_status_of_pending_queue_items | Update status of items in pending queue | 
| MarketApi | set_url_after_checkout | GET /Market/set_url_after_checkout | Update URL after checkout | 
| MarketApi | validate_login_token | GET /Market/validate_login_token | Validate login token | 
| MarketIntegrationApi | create_shopping_cart | GET /Market/create_shopping_cart | Create shopping cart | 
| MarketIntegrationApi | get_login_url | GET /Market/get_login_url | Return provider's login URL | 
| MarketIntegrationApi | market_get_all_products | GET /Market/get_all_products | Return provider's available products | 
| MarketIntegrationApi | market_get_providers_list | GET /Market/get_providers_list | Return enabled providers | 
| MarketIntegrationApi | set_status_of_pending_queue_items | GET /Market/set_status_of_pending_queue_items | Update status of items in pending queue | 
| MarketIntegrationApi | set_url_after_checkout | GET /Market/set_url_after_checkout | Update URL after checkout | 
| MarketIntegrationApi | validate_login_token | GET /Market/validate_login_token | Validate login token | 
| MimeApi | add_handler | GET /Mime/add_handler | Add web server MIME type handler | 
| MimeApi | add_hotlink | GET /Mime/add_hotlink | Enable hotlink protection | 
| MimeApi | add_mime | GET /Mime/add_mime | Add MIME type to web server | 
| MimeApi | add_redirect | GET /Mime/add_redirect | Add redirect to domain | 
| MimeApi | delete_handler | GET /Mime/delete_handler | Remove web server MIME type handler | 
| MimeApi | delete_hotlink | GET /Mime/delete_hotlink | Disable hotlink protection | 
| MimeApi | delete_mime | GET /Mime/delete_mime | Remove MIME type from web server | 
| MimeApi | delete_redirect | GET /Mime/delete_redirect | Remove redirect from domain | 
| MimeApi | get_redirect | GET /Mime/get_redirect | Return redirect URL for domain | 
| MimeApi | list_handlers | GET /Mime/list_handlers | Return web server's MIME handlers | 
| MimeApi | list_hotlinks | GET /Mime/list_hotlinks | Return domains with hotlink protection | 
| MimeApi | list_mime | GET /Mime/list_mime | Return web server's MIME types | 
| MimeApi | list_redirects | GET /Mime/list_redirects | Return .htaccess files' redirects | 
| MimeApi | redirect_info | GET /Mime/redirect_info | Return redirect information | 
| MimeTypeManagementApi | add_mime | GET /Mime/add_mime | Add MIME type to web server | 
| MimeTypeManagementApi | delete_mime | GET /Mime/delete_mime | Remove MIME type from web server | 
| MimeTypeManagementApi | list_mime | GET /Mime/list_mime | Return web server's MIME types | 
| ModSecurityApi | disable_all_domains | GET /ModSecurity/disable_all_domains | Disable ModSecurity for all domains | 
| ModSecurityApi | disable_domains | GET /ModSecurity/disable_domains | Disable ModSecurity for selected domains | 
| ModSecurityApi | enable_all_domains | GET /ModSecurity/enable_all_domains | Enable ModSecurity for all domains | 
| ModSecurityApi | enable_domains | GET /ModSecurity/enable_domains | Enable ModSecurity for selected domains | 
| ModSecurityApi | has_modsecurity_installed | GET /ModSecurity/has_modsecurity_installed | Return ModSecurity installation status | 
| ModSecurityApi | mod_security_list_domains | GET /ModSecurity/list_domains | Return ModSecurity domains' status | 
| MysqlApi | add_host | GET /Mysql/add_host | Enable remote MySQL host access | 
| MysqlApi | create_database | GET /Mysql/create_database | Create MySQL database | 
| MysqlApi | delete_database | GET /Mysql/delete_database | Delete MySQL database | 
| MysqlApi | delete_host | GET /Mysql/delete_host | Disable remote MySQL host access | 
| MysqlApi | dump_database_schema | GET /Mysql/dump_database_schema | Return MySQL database schema | 
| MysqlApi | get_host_notes | GET /Mysql/get_host_notes | Return remote MySQL host notes | 
| MysqlApi | get_restrictions | GET /Mysql/get_restrictions | Return MySQL name length restrictions | 
| MysqlApi | get_server_information | GET /Mysql/get_server_information | Return MySQL server host information and version | 
| MysqlApi | list_databases | GET /Mysql/list_databases | Return MySQL databases | 
| MysqlApi | list_routines | GET /Mysql/list_routines | Return MySQL user routines | 
| MysqlApi | locate_server | GET /Mysql/locate_server | Return MySQL server host information | 
| MysqlApi | mysql_add_host_note | GET /Mysql/add_host_note | Add remote MySQL host note | 
| MysqlApi | mysql_check_database | GET /Mysql/check_database | Validate MySQL database integrity | 
| MysqlApi | mysql_create_user | GET /Mysql/create_user | Create MySQL user | 
| MysqlApi | mysql_delete_user | GET /Mysql/delete_user | Delete MySQL user | 
| MysqlApi | mysql_get_privileges_on_database | GET /Mysql/get_privileges_on_database | Return MySQL user privileges | 
| MysqlApi | mysql_list_users | GET /Mysql/list_users | Return MySQL users | 
| MysqlApi | mysql_rename_database | GET /Mysql/rename_database | Update MySQL database name | 
| MysqlApi | mysql_set_password | GET /Mysql/set_password | Update MySQL user password | 
| MysqlApi | mysql_update_privileges | GET /Mysql/update_privileges | Update MySQL® privileges | 
| MysqlApi | rename_user | GET /Mysql/rename_user | Update MySQL username | 
| MysqlApi | repair_database | GET /Mysql/repair_database | Repair MySQL database tables | 
| MysqlApi | revoke_access_to_database | GET /Mysql/revoke_access_to_database | Remove MySQL user privileges | 
| MysqlApi | set_privileges_on_database | GET /Mysql/set_privileges_on_database | Update MySQL user privileges | 
| MysqlApi | setup_db_and_user | GET /Mysql/setup_db_and_user | Create a randomly named MySQL username/database set. | 
| NginxCachingApi | clear_cache | GET /NginxCaching/clear_cache | Delete NGINX cache contents. | 
| NginxCachingApi | disable_cache | GET /NginxCaching/disable_cache | Disable the user's NGINX cache | 
| NginxCachingApi | enable_cache | GET /NginxCaching/enable_cache | Enable the user's NGINX cache | 
| NginxCachingApi | reset_cache_config | GET /NginxCaching/reset_cache_config | Reset the user's NGINX cache configuration | 
| NotificationsApi | get_notifications_count | GET /Notifications/get_notifications_count | Return server notifications total | 
| PHPApi | e_a4_get_php_recommendations | GET /get_php_recommendations | Get custom PHP recommendations. | 
| PHPSettingsApi | php_get_domain_handler | GET /LangPHP/php_get_domain_handler | Return PHP version's handler | 
| PHPSettingsApi | php_get_impacted_domains | GET /LangPHP/php_get_impacted_domains | Return domains that shared PHP configuration | 
| PHPSettingsApi | php_get_installed_versions | GET /LangPHP/php_get_installed_versions | Return installed PHP versions | 
| PHPSettingsApi | php_get_system_default_version | GET /LangPHP/php_get_system_default_version | Return default PHP version | 
| PHPSettingsApi | php_get_vhost_versions | GET /LangPHP/php_get_vhost_versions | Return virtual host's PHP version | 
| PHPSettingsApi | php_ini_get_user_basic_directives | GET /LangPHP/php_ini_get_user_basic_directives | Return basic PHP directives | 
| PHPSettingsApi | php_ini_get_user_content | GET /LangPHP/php_ini_get_user_content | Return virtual host's php.ini content | 
| PHPSettingsApi | php_ini_get_user_paths | GET /LangPHP/php_ini_get_user_paths | Return php.ini file paths | 
| PHPSettingsApi | php_ini_set_user_basic_directives | GET /LangPHP/php_ini_set_user_basic_directives | Update basic PHP directives | 
| PHPSettingsApi | php_ini_set_user_content | GET /LangPHP/php_ini_set_user_content | Update virtual host's php.ini content | 
| PHPSettingsApi | php_set_vhost_versions | GET /LangPHP/php_set_vhost_versions | Update virtual host's PHP version | 
| ParserApi | firstfile_relative_uri | GET /Parser/firstfile_relative_uri | Return session relative URI | 
| PassengerAppsApi | disable_application | GET /PassengerApps/disable_application | Disable Passenger application | 
| PassengerAppsApi | edit_application | GET /PassengerApps/edit_application | Update Passenger application settings | 
| PassengerAppsApi | enable_application | GET /PassengerApps/enable_application | Enable Passenger application | 
| PassengerAppsApi | ensure_deps | GET /PassengerApps/ensure_deps | Install Passenger application dependencies | 
| PassengerAppsApi | list_applications | GET /PassengerApps/list_applications | Return Passenger applications | 
| PassengerAppsApi | register_application | GET /PassengerApps/register_application | Register Passenger application | 
| PassengerAppsApi | unregister_application | GET /PassengerApps/unregister_application | Unregister Passenger application | 
| PasswdStrengthApi | get_required_strength | GET /PasswdStrength/get_required_strength | Return minimum required password strength | 
| PasswordStrengthApi | get_required_strength | GET /PasswdStrength/get_required_strength | Return minimum required password strength | 
| PersonalizationApi | personalization_get | POST /Personalization/get | Retrieve NVData data from file | 
| PersonalizationApi | personalization_set | POST /Personalization/set | Save NVData data to file | 
| PluginsApi | plugins_can_show_promotions | GET /Plugins/can_show_promotions | Enable plugin promotions | 
| PostgreSQLDatabaseManagementApi | postgresql_create_database | GET /Postgresql/create_database | Create PostgreSQL database | 
| PostgreSQLDatabaseManagementApi | postgresql_delete_database | GET /Postgresql/delete_database | Delete PostgreSQL database | 
| PostgreSQLDatabaseManagementApi | postgresql_get_restrictions | GET /Postgresql/get_restrictions | Return PostgreSQL name length restrictions | 
| PostgreSQLDatabaseManagementApi | postgresql_list_databases | GET /Postgresql/list_databases | Return PostgreSQL databases | 
| PostgreSQLDatabaseManagementApi | rename_database | GET /Postgresql/rename_database | Update PostgreSQL database name | 
| PostgreSQLUserManagementApi | create_user | GET /Postgresql/create_user | Create PostgreSQL user | 
| PostgreSQLUserManagementApi | grant_all_privileges | GET /Postgresql/grant_all_privileges | Enable all user privileges on PostgreSQL database | 
| PostgreSQLUserManagementApi | postgresql_delete_user | GET /Postgresql/delete_user | Delete PostgreSQL user | 
| PostgreSQLUserManagementApi | postgresql_list_users | GET /Postgresql/list_users | Return PostgreSQL users | 
| PostgreSQLUserManagementApi | postgresql_rename_user | GET /Postgresql/rename_user | Update PostgreSQL username | 
| PostgreSQLUserManagementApi | postgresql_update_privileges | GET /Postgresql/update_privileges | Update PostgreSQL® privileges | 
| PostgreSQLUserManagementApi | rename_user_no_password | GET /Postgresql/rename_user_no_password | Update PostgreSQL username without password | 
| PostgreSQLUserManagementApi | revoke_all_privileges | GET /Postgresql/revoke_all_privileges | Remove PostgreSQL user privileges | 
| PostgreSQLUserManagementApi | set_password | GET /Postgresql/set_password | Update PostgreSQL user password | 
| PostgresqlApi | create_user | GET /Postgresql/create_user | Create PostgreSQL user | 
| PostgresqlApi | grant_all_privileges | GET /Postgresql/grant_all_privileges | Enable all user privileges on PostgreSQL database | 
| PostgresqlApi | postgresql_create_database | GET /Postgresql/create_database | Create PostgreSQL database | 
| PostgresqlApi | postgresql_delete_database | GET /Postgresql/delete_database | Delete PostgreSQL database | 
| PostgresqlApi | postgresql_delete_user | GET /Postgresql/delete_user | Delete PostgreSQL user | 
| PostgresqlApi | postgresql_get_restrictions | GET /Postgresql/get_restrictions | Return PostgreSQL name length restrictions | 
| PostgresqlApi | postgresql_list_databases | GET /Postgresql/list_databases | Return PostgreSQL databases | 
| PostgresqlApi | postgresql_list_users | GET /Postgresql/list_users | Return PostgreSQL users | 
| PostgresqlApi | postgresql_rename_user | GET /Postgresql/rename_user | Update PostgreSQL username | 
| PostgresqlApi | postgresql_update_privileges | GET /Postgresql/update_privileges | Update PostgreSQL® privileges | 
| PostgresqlApi | rename_database | GET /Postgresql/rename_database | Update PostgreSQL database name | 
| PostgresqlApi | rename_user_no_password | GET /Postgresql/rename_user_no_password | Update PostgreSQL username without password | 
| PostgresqlApi | revoke_all_privileges | GET /Postgresql/revoke_all_privileges | Remove PostgreSQL user privileges | 
| PostgresqlApi | set_password | GET /Postgresql/set_password | Update PostgreSQL user password | 
| PushbulletApi | send_test_message | GET /Pushbullet/send_test_message | Validate Pushbullet token | 
| QuotaApi | get_local_quota_info | GET /Quota/get_local_quota_info | Return local disk quota information | 
| QuotaApi | get_quota_info | GET /Quota/get_quota_info | Return disk quota information | 
| RemoteDatabasesApi | add_host | GET /Mysql/add_host | Enable remote MySQL host access | 
| RemoteDatabasesApi | delete_host | GET /Mysql/delete_host | Disable remote MySQL host access | 
| RemoteDatabasesApi | get_host_notes | GET /Mysql/get_host_notes | Return remote MySQL host notes | 
| RemoteDatabasesApi | mysql_add_host_note | GET /Mysql/add_host_note | Add remote MySQL host note | 
| RepositoryManagementApi | version_control_create | GET /VersionControl/create | Create Git repository | 
| RepositoryManagementApi | version_control_delete | GET /VersionControl/delete | Delete Git repository | 
| RepositoryManagementApi | version_control_retrieve | GET /VersionControl/retrieve | Return Git repositories | 
| RepositoryManagementApi | version_control_update | GET /VersionControl/update | Update Git repository settings | 
| ResellersApi | list_accounts | GET /Resellers/list_accounts | Return reseller's cPanel accounts | 
| ResourceUsageApi | get_usages | GET /ResourceUsage/get_usages | Return resource usage and custom statistics | 
| ResourceUsageAndStatisticsApi | get_stats | GET /StatsBar/get_stats | Return cPanel account statistics | 
| ResourceUsageAndStatisticsApi | get_usages | GET /ResourceUsage/get_usages | Return resource usage and custom statistics | 
| SNIEmailSettingsApi | disable_mail_sni | GET /SSL/disable_mail_sni | Disable SNI mail services for domain | 
| SNIEmailSettingsApi | enable_mail_sni | GET /SSL/enable_mail_sni | Enable SNI mail services for domain | 
| SNIEmailSettingsApi | is_mail_sni_supported | GET /SSL/is_mail_sni_supported | Return whether mail SNI is enabled | 
| SNIEmailSettingsApi | is_sni_supported | GET /SSL/is_sni_supported | Return whether Apache web server supports mail SNI | 
| SNIEmailSettingsApi | mail_sni_status | GET /SSL/mail_sni_status | Return status of domain's SNI mail services | 
| SNIEmailSettingsApi | rebuild_mail_sni_config | GET /SSL/rebuild_mail_sni_config | Start SNI configuration files rebuild | 
| SSETaskManagementApi | retrieve | GET /UserTasks/retrieve | Return task queue information | 
| SSETaskManagementApi | user_tasks_delete | GET /UserTasks/delete | Remove item from task queue | 
| SSHApi | s_sh_get_port | GET /SSH/get_port | Return SSH port | 
| SSLApi | add_autossl_excluded_domains | GET /SSL/add_autossl_excluded_domains | Disable AutoSSL for domains | 
| SSLApi | can_ssl_redirect | GET /SSL/can_ssl_redirect | Return whether domains can redirect to secure URL | 
| SSLApi | check_shared_cert | GET /SSL/check_shared_cert | Return whether shared SSL certificate exists | 
| SSLApi | delete_cert | GET /SSL/delete_cert | Delete SSL certificate | 
| SSLApi | delete_csr | GET /SSL/delete_csr | Delete certificate signing request | 
| SSLApi | delete_key | GET /SSL/delete_key | Delete private key | 
| SSLApi | delete_ssl | GET /SSL/delete_ssl | Remove SSL for domain | 
| SSLApi | disable_mail_sni | GET /SSL/disable_mail_sni | Disable SNI mail services for domain | 
| SSLApi | enable_mail_sni | GET /SSL/enable_mail_sni | Enable SNI mail services for domain | 
| SSLApi | fetch_best_for_domain | GET /SSL/fetch_best_for_domain | Request best SSL certificate | 
| SSLApi | fetch_cert_info | GET /SSL/fetch_cert_info | Return SSL certificate information | 
| SSLApi | fetch_certificates_for_fqdns | GET /SSL/fetch_certificates_for_fqdns | Return SSL certificate information for all FQDN | 
| SSLApi | fetch_key_and_cabundle_for_certificate | POST /SSL/fetch_key_and_cabundle_for_certificate | Return private key and CA bundle | 
| SSLApi | find_certificates_for_key | GET /SSL/find_certificates_for_key | Return SSL certificate for private key | 
| SSLApi | find_csrs_for_key | GET /SSL/find_csrs_for_key | Return private key's certificate signing requests | 
| SSLApi | generate_cert | GET /SSL/generate_cert | Create self-signed SSL certificate | 
| SSLApi | generate_csr | GET /SSL/generate_csr | Create certificate signing request | 
| SSLApi | get_autossl_excluded_domains | GET /SSL/get_autossl_excluded_domains | Return AutoSSL disabled domains | 
| SSLApi | get_autossl_problems | GET /SSL/get_autossl_problems | Return domains with AutoSSL problems | 
| SSLApi | get_cabundle | GET /SSL/get_cabundle | Return certificate's CA bundle and hostname | 
| SSLApi | get_cn_name | GET /SSL/get_cn_name | Request best SSL domain for service | 
| SSLApi | install_ssl | GET /SSL/install_ssl | Install SSL certificate | 
| SSLApi | installed_host | GET /SSL/installed_host | Return SSL certificate's info for dedicated IP | 
| SSLApi | installed_hosts | GET /SSL/installed_hosts | Return domains with SSL certificate information | 
| SSLApi | is_autossl_check_in_progress | GET /SSL/is_autossl_check_in_progress | Return whether AutoSSL check in progress | 
| SSLApi | is_mail_sni_supported | GET /SSL/is_mail_sni_supported | Return whether mail SNI is enabled | 
| SSLApi | is_sni_supported | GET /SSL/is_sni_supported | Return whether Apache web server supports mail SNI | 
| SSLApi | list_certs | GET /SSL/list_certs | Return all SSL certificates | 
| SSLApi | list_csrs | GET /SSL/list_csrs | Return all certificate signing requests | 
| SSLApi | list_keys | GET /SSL/list_keys | Return all private keys | 
| SSLApi | list_ssl_items | GET /SSL/list_ssl_items | Return SSL-related items | 
| SSLApi | mail_sni_status | GET /SSL/mail_sni_status | Return status of domain's SNI mail services | 
| SSLApi | rebuild_mail_sni_config | GET /SSL/rebuild_mail_sni_config | Start SNI configuration files rebuild | 
| SSLApi | rebuildssldb | GET /SSL/rebuildssldb | Start SSL database rebuild | 
| SSLApi | remove_autossl_excluded_domains | GET /SSL/remove_autossl_excluded_domains | Enable AutoSSL for specifed domains | 
| SSLApi | s_sl_generate_key | GET /SSL/generate_key | Create private key | 
| SSLApi | s_sl_set_default_key_type | GET /SSL/set_default_key_type | Update SSL TLS key type | 
| SSLApi | set_autossl_excluded_domains | GET /SSL/set_autossl_excluded_domains | Disable AutoSSL for specifed domains | 
| SSLApi | set_cert_friendly_name | GET /SSL/set_cert_friendly_name | Update SSL certificate's friendly name | 
| SSLApi | set_csr_friendly_name | GET /SSL/set_csr_friendly_name | Update certificate signing request's friendly name | 
| SSLApi | set_key_friendly_name | GET /SSL/set_key_friendly_name | Update private key's friendly name | 
| SSLApi | set_primary_ssl | GET /SSL/set_primary_ssl | Update SSL website for dedicated IP address | 
| SSLApi | show_cert | GET /SSL/show_cert | Export SSL certificate | 
| SSLApi | show_csr | GET /SSL/show_csr | Export certificate signing request | 
| SSLApi | show_key | GET /SSL/show_key | Export private key | 
| SSLApi | start_autossl_check | GET /SSL/start_autossl_check | Start AutoSSL for current user | 
| SSLApi | toggle_ssl_redirect_for_domains | GET /SSL/toggle_ssl_redirect_for_domains | Enable or disable secure redirects | 
| SSLApi | upload_cert | POST /SSL/upload_cert | Import SSL certificate | 
| SSLApi | upload_key | POST /SSL/upload_key | Import private key | 
| SSLCertificateManagementApi | delete_cert | GET /SSL/delete_cert | Delete SSL certificate | 
| SSLCertificateManagementApi | delete_csr | GET /SSL/delete_csr | Delete certificate signing request | 
| SSLCertificateManagementApi | delete_key | GET /SSL/delete_key | Delete private key | 
| SSLCertificateManagementApi | generate_cert | GET /SSL/generate_cert | Create self-signed SSL certificate | 
| SSLCertificateManagementApi | generate_csr | GET /SSL/generate_csr | Create certificate signing request | 
| SSLCertificateManagementApi | install_ssl | GET /SSL/install_ssl | Install SSL certificate | 
| SSLCertificateManagementApi | s_sl_generate_key | GET /SSL/generate_key | Create private key | 
| SSLCertificateManagementApi | set_cert_friendly_name | GET /SSL/set_cert_friendly_name | Update SSL certificate's friendly name | 
| SSLCertificateManagementApi | set_csr_friendly_name | GET /SSL/set_csr_friendly_name | Update certificate signing request's friendly name | 
| SSLCertificateManagementApi | set_key_friendly_name | GET /SSL/set_key_friendly_name | Update private key's friendly name | 
| SSLCertificateManagementApi | set_primary_ssl | GET /SSL/set_primary_ssl | Update SSL website for dedicated IP address | 
| SSLCertificateManagementApi | show_cert | GET /SSL/show_cert | Export SSL certificate | 
| SSLCertificateManagementApi | show_csr | GET /SSL/show_csr | Export certificate signing request | 
| SSLCertificateManagementApi | show_key | GET /SSL/show_key | Export private key | 
| SSLCertificateManagementApi | upload_cert | POST /SSL/upload_cert | Import SSL certificate | 
| SSLCertificateManagementApi | upload_key | POST /SSL/upload_key | Import private key | 
| SSLCertificatesApi | cancel_pending_ssl_certificate | GET /Market/cancel_pending_ssl_certificate | Delete an order | 
| SSLCertificatesApi | get_certificate_status_details | GET /Market/get_certificate_status_details | Return provider's SSL certificate request status | 
| SSLCertificatesApi | get_pending_ssl_certificates | GET /Market/get_pending_ssl_certificates | Return provider's pending SSL certificates | 
| SSLCertificatesApi | get_ssl_certificate_if_available | GET /Market/get_ssl_certificate_if_available | Return provider's available SSL certificates | 
| SSLCertificatesApi | market_get_provider_specific_dcv_constraints | GET /Market/get_provider_specific_dcv_constraints | Return provider's DCV filename requirements | 
| SSLCertificatesApi | process_ssl_pending_queue | GET /Market/process_ssl_pending_queue | Start processing pending queue's SSL certificates | 
| SSLCertificatesApi | request_ssl_certificates | GET /Market/request_ssl_certificates | Request SSL certificate order | 
| ServerInformationApi | get_information | GET /ServerInformation/get_information | Return service and device status | 
| ServiceProxyApi | serviceproxy_get_service_proxy_backends | GET /ServiceProxy/get_service_proxy_backends | Return a cPanel account’s service proxying setup | 
| ServiceProxyApi | serviceproxy_set_service_proxy_backends | GET /ServiceProxy/set_service_proxy_backends | Add cPanel account service proxying | 
| ServiceProxyApi | serviceproxy_unset_all_service_proxy_backends | GET /ServiceProxy/unset_all_service_proxy_backends | Remove cPanel account service proxying | 
| SessionApi | create_temp_user | GET /Session/create_temp_user | Create user session with existing session | 
| SessionApi | create_webmail_session_for_mail_user | GET /Session/create_webmail_session_for_mail_user | Create Webmail session | 
| SessionApi | create_webmail_session_for_mail_user_check_password | GET /Session/create_webmail_session_for_mail_user_check_password | Create Webmail session with credentials | 
| SessionApi | create_webmail_session_for_self | GET /Session/create_webmail_session_for_self | Create Webmail session for current user | 
| SigningAndEncryptionGnuPGKeysApi | delete_keypair | GET /GPG/delete_keypair | Delete GnuPG key pair | 
| SigningAndEncryptionGnuPGKeysApi | export_public_key | GET /GPG/export_public_key | Export GnuPG public key | 
| SigningAndEncryptionGnuPGKeysApi | export_secret_key | GET /GPG/export_secret_key | Export GnuPG secret key | 
| SigningAndEncryptionGnuPGKeysApi | generate_key | GET /GPG/generate_key | Create GnuPG key | 
| SigningAndEncryptionGnuPGKeysApi | import_key | GET /GPG/import_key | Import GnuPG key | 
| SigningAndEncryptionGnuPGKeysApi | list_public_keys | GET /GPG/list_public_keys | Return current user's GnuPG public keys | 
| SigningAndEncryptionGnuPGKeysApi | list_secret_keys | GET /GPG/list_secret_keys | Return current user's GnuPG secret keys | 
| SiteQualityApi | site_quality_create_project | POST /SiteQuality/create_project | Add domain to monitoring | 
| SiteQualityApi | site_quality_create_site_quality_user | POST /SiteQuality/create_site_quality_user | Register cPanel user for monitoring | 
| SiteQualityApi | site_quality_delete_site_quality_user | GET /SiteQuality/delete_site_quality_user | Delete Site Quality Monitoring account | 
| SiteQualityApi | site_quality_get_all_scores | POST /SiteQuality/get_all_scores | Return all projects' monitoring results | 
| SiteQualityApi | site_quality_get_app_token | GET /SiteQuality/get_app_token | Return koality authentication token | 
| SiteQualityApi | site_quality_has_site_quality_user | GET /SiteQuality/has_site_quality_user | Validate monitoring account existence | 
| SiteQualityApi | site_quality_is_site_quality_user_enabled | GET /SiteQuality/is_site_quality_user_enabled | Validate monitoring account enablement | 
| SiteQualityApi | site_quality_reset_config | GET /SiteQuality/reset_config | Remove monitoring user from cPanel configuration | 
| SiteQualityApi | site_quality_send_activation_email | GET /SiteQuality/send_activation_email | Request activation email | 
| SiteQualityApi | site_quality_verify_code | GET /SiteQuality/verify_code | Validate activation code | 
| SiteTemplatesApi | list_site_templates | GET /SiteTemplates/list_site_templates | Return available Site Publisher templates | 
| SiteTemplatesApi | list_user_settings | GET /SiteTemplates/list_user_settings | Return Site Publisher websites' information | 
| SiteTemplatesApi | publish | GET /SiteTemplates/publish | Add Site Publisher website | 
| SiteInformationApi | word_press_site_retrieve | GET /WordPressSite/retrieve | Return WordPress site information | 
| SiteInstallationApi | word_press_site_create | GET /WordPressSite/create | Install WordPress site | 
| SitePublisherManagementApi | list_site_templates | GET /SiteTemplates/list_site_templates | Return available Site Publisher templates | 
| SitePublisherManagementApi | list_user_settings | GET /SiteTemplates/list_user_settings | Return Site Publisher websites' information | 
| SitePublisherManagementApi | publish | GET /SiteTemplates/publish | Add Site Publisher website | 
| SitejetApi | add_sitejet_api_token | GET /Sitejet/add_api_token | Add an existing Sitejet API token. | 
| SitejetApi | create_restore_point | GET /Sitejet/create_restore_point | Create a restore point. | 
| SitejetApi | create_sitejet_account | GET /Sitejet/create_account | Generate a Sitejet API key. | 
| SitejetApi | create_sitejet_website | GET /Sitejet/create_website | Create Sitejet domain ID | 
| SitejetApi | get_all_user_sitejet_info | GET /Sitejet/get_all_user_sitejet_info | Return Sitejet domains | 
| SitejetApi | get_sitejet_api_token | GET /Sitejet/get_api_token | Return Sitejet API token | 
| SitejetApi | get_sitejet_preview_url | GET /Sitejet/get_preview_url | Return Sitejet preview URL | 
| SitejetApi | get_sitejet_sso_link | GET /Sitejet/get_sso_link | Return Sitejet SSO URL | 
| SitejetApi | get_sitejet_templates | GET /Sitejet/get_templates | Return Sitejet templates | 
| SitejetApi | restore_document_root | GET /Sitejet/restore_document_root | Restore a domain from the restore point. | 
| SitejetApi | set_sitejet_template | GET /Sitejet/set_template | Update Sitejet template | 
| SitejetApi | start_publish_sitejet | GET /Sitejet/start_publish | Publish Sitejet domain | 
| SpamAssassinApi | clear_spam_box | GET /SpamAssassin/clear_spam_box | Delete spam box contents | 
| SpamAssassinApi | get_symbolic_test_names | GET /SpamAssassin/get_symbolic_test_names | Return SpamAssassin™ symbolic test scores | 
| SpamAssassinApi | get_user_preferences | GET /SpamAssassin/get_user_preferences | Return SpamAssassin™ settings | 
| SpamAssassinApi | update_user_preference | GET /SpamAssassin/update_user_preference | Update SpamAssassin™ settings | 
| SpamFilteringGreylistingApi | c_p_grey_list_disable_all_domains | GET /cPGreyList/disable_all_domains | Disable Greylisting for all domains | 
| SpamFilteringGreylistingApi | c_p_grey_list_disable_domains | GET /cPGreyList/disable_domains | Disable Greylisting for specified domains | 
| SpamFilteringGreylistingApi | c_p_grey_list_enable_all_domains | GET /cPGreyList/enable_all_domains | Enable Greylisting for all domains | 
| SpamFilteringGreylistingApi | c_p_grey_list_enable_domains | GET /cPGreyList/enable_domains | Enable Greylisting for specified domains | 
| SpamFilteringGreylistingApi | c_p_grey_list_list_domains | GET /cPGreyList/list_domains | Return Greylisting status for domains | 
| SpamFilteringGreylistingApi | has_greylisting_enabled | GET /cPGreyList/has_greylisting_enabled | Return whether Greylisting is enabled | 
| SpamManagementApi | add_spam_filter | GET /Email/add_spam_filter | Update minimum spam score threshold value | 
| SpamManagementApi | clear_spam_box | GET /SpamAssassin/clear_spam_box | Delete spam box contents | 
| SpamManagementApi | disable_spam_assassin | GET /Email/disable_spam_assassin | Disable Apache SpamAssassin for cPanel account | 
| SpamManagementApi | disable_spam_autodelete | GET /Email/disable_spam_autodelete | Disable spam box filtering auto-delete | 
| SpamManagementApi | disable_spam_box | GET /Email/disable_spam_box | Disable spam box filtering for cPanel account | 
| SpamManagementApi | enable_spam_assassin | GET /Email/enable_spam_assassin | Enable Apache SpamAssassin for cPanel account | 
| SpamManagementApi | enable_spam_box | GET /Email/enable_spam_box | Enable spam box filtering for cPanel account | 
| SpamManagementApi | get_spam_settings | GET /Email/get_spam_settings | Return email account Apache SpamAssassin settings | 
| SpamManagementApi | get_symbolic_test_names | GET /SpamAssassin/get_symbolic_test_names | Return SpamAssassin™ symbolic test scores | 
| SpamManagementApi | get_user_preferences | GET /SpamAssassin/get_user_preferences | Return SpamAssassin™ settings | 
| SpamManagementApi | update_user_preference | GET /SpamAssassin/update_user_preference | Update SpamAssassin™ settings | 
| SpamPreventionBoxTrapperApi | blacklist_messages | GET /BoxTrapper/blacklist_messages | Add email address to BoxTrapper blocked senders | 
| SpamPreventionBoxTrapperApi | box_trapper_get_allowlist | GET /BoxTrapper/get_allowlist | Return account BoxTrapper allowlist rules | 
| SpamPreventionBoxTrapperApi | box_trapper_get_blocklist | GET /BoxTrapper/get_blocklist | Return account BoxTrapper blocklist rules | 
| SpamPreventionBoxTrapperApi | box_trapper_get_ignorelist | GET /BoxTrapper/get_ignorelist | Return account BoxTrapper ignorelist rules | 
| SpamPreventionBoxTrapperApi | box_trapper_set_allowlist | GET /BoxTrapper/set_allowlist | Update account BoxTrapper allowlist | 
| SpamPreventionBoxTrapperApi | box_trapper_set_blocklist | GET /BoxTrapper/set_blocklist | Update account BoxTrapper blocklist | 
| SpamPreventionBoxTrapperApi | box_trapper_set_ignorelist | GET /BoxTrapper/set_ignorelist | Update account BoxTrapper ignorelist | 
| SpamPreventionBoxTrapperApi | delete_messages | GET /BoxTrapper/delete_messages | Delete messages in the BoxTrapper queue | 
| SpamPreventionBoxTrapperApi | deliver_messages | GET /BoxTrapper/deliver_messages | Send messages in the BoxTrapper queue | 
| SpamPreventionBoxTrapperApi | get_configuration | GET /BoxTrapper/get_configuration | Return email account's BoxTrapper configuration | 
| SpamPreventionBoxTrapperApi | get_email_template | GET /BoxTrapper/get_email_template | Return specified BoxTrapper email template | 
| SpamPreventionBoxTrapperApi | get_forwarders | GET /BoxTrapper/get_forwarders | Return all BoxTrapper forwarders | 
| SpamPreventionBoxTrapperApi | get_log | GET /BoxTrapper/get_log | Return BoxTrapper log file and contents | 
| SpamPreventionBoxTrapperApi | get_message | GET /BoxTrapper/get_message | Return message's top 200 lines in BoxTrapper queue | 
| SpamPreventionBoxTrapperApi | get_status | GET /BoxTrapper/get_status | Return whether email account uses BoxTrapper | 
| SpamPreventionBoxTrapperApi | ignore_messages | GET /BoxTrapper/ignore_messages | Add email account to Exim ignore list | 
| SpamPreventionBoxTrapperApi | list_email_templates | GET /BoxTrapper/list_email_templates | Return BoxTrapper email templates | 
| SpamPreventionBoxTrapperApi | list_queued_messages | GET /BoxTrapper/list_queued_messages | Return email account's BoxTrapper queued messages | 
| SpamPreventionBoxTrapperApi | process_messages | GET /BoxTrapper/process_messages | Run a specific BoxTrapper action for a message | 
| SpamPreventionBoxTrapperApi | reset_email_template | GET /BoxTrapper/reset_email_template | Restore default BoxTrapper email message template | 
| SpamPreventionBoxTrapperApi | save_configuration | GET /BoxTrapper/save_configuration | Update email account's BoxTrapper configuration | 
| SpamPreventionBoxTrapperApi | save_email_template | GET /BoxTrapper/save_email_template | Save BoxTrapper message template contents | 
| SpamPreventionBoxTrapperApi | set_forwarders | GET /BoxTrapper/set_forwarders | Add email address to BoxTrapper forwarders | 
| SpamPreventionBoxTrapperApi | set_status | GET /BoxTrapper/set_status | Enable or disable BoxTrapper for email account | 
| SpamPreventionBoxTrapperApi | whitelist_messages | GET /BoxTrapper/whitelist_messages | Add email address to BoxTrapper allowed senders | 
| StatsApi | get_bandwidth | GET /Stats/get_bandwidth | Return bandwidth statistics for all domains | 
| StatsApi | get_site_errors | GET /Stats/get_site_errors | Return specified domain access log | 
| StatsApi | list_sites | GET /Stats/list_sites | Return Analog statistics for all domains | 
| StatsApi | list_stats_by_domain | GET /Stats/list_stats_by_domain | Return Analog statistics for specified domain | 
| StatsBarApi | get_stats | GET /StatsBar/get_stats | Return cPanel account statistics | 
| StatsManagerApi | stats_manager_get_configuration | GET /StatsManager/get_configuration | Returns weblog analyzers' configuration | 
| StatsManagerApi | stats_manager_save_configuration | POST /StatsManager/save_configuration | Save current user's weblog analyzers configuration | 
| SubDomainApi | addsubdomain | GET /SubDomain/addsubdomain | Create subdomain | 
| SubaccountManagementApi | check_account_conflicts | GET /UserManager/check_account_conflicts | Return Subaccounts and service accounts conflicts | 
| SubaccountManagementApi | dismiss_merge | GET /UserManager/dismiss_merge | Remove service account link request | 
| SubaccountManagementApi | edit_user | GET /UserManager/edit_user | Update Subaccount settings | 
| SubaccountManagementApi | lookup_service_account | GET /UserManager/lookup_service_account | Return service account's information | 
| SubaccountManagementApi | lookup_user | GET /UserManager/lookup_user | Return Subaccount's information | 
| SubaccountManagementApi | merge_service_account | GET /UserManager/merge_service_account | Register service account to Subaccount | 
| SubaccountManagementApi | unlink_service_account | GET /UserManager/unlink_service_account | Unregister service account from Subaccount | 
| SubaccountManagementApi | user_manager_create_user | GET /UserManager/create_user | Create Subaccount | 
| SubaccountManagementApi | user_manager_delete_user | GET /UserManager/delete_user | Delete Subaccount | 
| SubaccountManagementApi | user_manager_list_users | GET /UserManager/list_users | Return cPanel account's Subaccounts | 
| TeamRolesApi | list_feature_descriptions | GET /TeamRoles/list_feature_descriptions | List all role feature descriptions | 
| TeamUsersApi | add_roles | GET /Team/add_roles | Add roles to a team user | 
| TeamUsersApi | add_team_user | GET /Team/add_team_user | Add a team user | 
| TeamUsersApi | cancel_expire | GET /Team/cancel_expire | Stop a team user from expiring | 
| TeamUsersApi | edit_team_user | GET /Team/edit_team_user | Edit a team user | 
| TeamUsersApi | get_team_users_with_roles_count | GET /Team/get_team_users_with_roles_count | Get number of team users with roles | 
| TeamUsersApi | list_team | GET /Team/list_team | List Team Users | 
| TeamUsersApi | password_reset_request | GET /Team/password_reset_request | Sends a password reset request link to team user. | 
| TeamUsersApi | reinstate_team_user | GET /Team/reinstate_team_user | Reinstate a team user | 
| TeamUsersApi | remove_roles | GET /Team/remove_roles | Remove roles from a team user | 
| TeamUsersApi | remove_team_user | GET /Team/remove_team_user | Remove a team user | 
| TeamUsersApi | set_expire | GET /Team/set_expire | Set a team user to expire | 
| TeamUsersApi | set_roles | GET /Team/set_roles | Set roles for a team user | 
| TeamUsersApi | set_team_user_contact_email | GET /Team/set_contact_email | Set a contact email address for a team user | 
| TeamUsersApi | set_team_user_notes | GET /Team/set_notes | Set notes for a team user | 
| TeamUsersApi | set_team_user_password | GET /Team/set_password | Set password for a team user | 
| TeamUsersApi | suspend_team_user | GET /Team/suspend_team_user | Suspend a team user | 
| TeamUsersApi | team_set_locale | GET /Team/set_locale | Set locale for a team user | 
| ThemeSettingsApi | get_theme_base | GET /Themes/get_theme_base | Return current theme | 
| ThemeSettingsApi | themes_list | GET /Themes/list | Return available themes | 
| ThemeSettingsApi | themes_update | GET /Themes/update | Update current theme | 
| ThemesApi | get_theme_base | GET /Themes/get_theme_base | Return current theme | 
| ThemesApi | themes_list | GET /Themes/list | Return available themes | 
| ThemesApi | themes_update | GET /Themes/update | Update current theme | 
| TokensApi | create_full_access | GET /Tokens/create_full_access | Create cPanel API token | 
| TokensApi | rename | GET /Tokens/rename | Update cPanel API token's name | 
| TokensApi | revoke | GET /Tokens/revoke | Remove cPanel API token | 
| TokensApi | tokens_list | GET /Tokens/list | Return cPanel API tokens | 
| TwoFactorAuthApi | generate_user_configuration | GET /TwoFactorAuth/generate_user_configuration | Create 2FA authentication code | 
| TwoFactorAuthApi | get_team_user_configuration | GET /TwoFactorAuth/get_team_user_configuration | Return team user 2FA config | 
| TwoFactorAuthApi | get_user_configuration | GET /TwoFactorAuth/get_user_configuration | Return cPanel account 2FA config | 
| TwoFactorAuthApi | remove_user_configuration | GET /TwoFactorAuth/remove_user_configuration | Remove 2FA config | 
| TwoFactorAuthApi | set_user_configuration | GET /TwoFactorAuth/set_user_configuration | Save 2FA config | 
| TwoFactorSettingsApi | generate_user_configuration | GET /TwoFactorAuth/generate_user_configuration | Create 2FA authentication code | 
| TwoFactorSettingsApi | get_team_user_configuration | GET /TwoFactorAuth/get_team_user_configuration | Return team user 2FA config | 
| TwoFactorSettingsApi | get_user_configuration | GET /TwoFactorAuth/get_user_configuration | Return cPanel account 2FA config | 
| TwoFactorSettingsApi | remove_user_configuration | GET /TwoFactorAuth/remove_user_configuration | Remove 2FA config | 
| TwoFactorSettingsApi | set_user_configuration | GET /TwoFactorAuth/set_user_configuration | Save 2FA config | 
| URLParsingApi | fetch_url | GET /Integration/fetch_url | Return integrated application URL | 
| URLParsingApi | firstfile_relative_uri | GET /Parser/firstfile_relative_uri | Return session relative URI | 
| UserManagerApi | change_password | GET /UserManager/change_password | Update cPanel account password | 
| UserManagerApi | check_account_conflicts | GET /UserManager/check_account_conflicts | Return Subaccounts and service accounts conflicts | 
| UserManagerApi | dismiss_merge | GET /UserManager/dismiss_merge | Remove service account link request | 
| UserManagerApi | edit_user | GET /UserManager/edit_user | Update Subaccount settings | 
| UserManagerApi | lookup_service_account | GET /UserManager/lookup_service_account | Return service account's information | 
| UserManagerApi | lookup_user | GET /UserManager/lookup_user | Return Subaccount's information | 
| UserManagerApi | merge_service_account | GET /UserManager/merge_service_account | Register service account to Subaccount | 
| UserManagerApi | unlink_service_account | GET /UserManager/unlink_service_account | Unregister service account from Subaccount | 
| UserManagerApi | user_manager_create_user | GET /UserManager/create_user | Create Subaccount | 
| UserManagerApi | user_manager_delete_user | GET /UserManager/delete_user | Delete Subaccount | 
| UserManagerApi | user_manager_list_users | GET /UserManager/list_users | Return cPanel account's Subaccounts | 
| UserTasksApi | retrieve | GET /UserTasks/retrieve | Return task queue information | 
| UserTasksApi | user_tasks_delete | GET /UserTasks/delete | Remove item from task queue | 
| UserManagementApi | get_restrictions | GET /Mysql/get_restrictions | Return MySQL name length restrictions | 
| UserManagementApi | list_routines | GET /Mysql/list_routines | Return MySQL user routines | 
| UserManagementApi | mysql_create_user | GET /Mysql/create_user | Create MySQL user | 
| UserManagementApi | mysql_delete_user | GET /Mysql/delete_user | Delete MySQL user | 
| UserManagementApi | mysql_get_privileges_on_database | GET /Mysql/get_privileges_on_database | Return MySQL user privileges | 
| UserManagementApi | mysql_list_users | GET /Mysql/list_users | Return MySQL users | 
| UserManagementApi | mysql_set_password | GET /Mysql/set_password | Update MySQL user password | 
| UserManagementApi | rename_user | GET /Mysql/rename_user | Update MySQL username | 
| UserManagementApi | revoke_access_to_database | GET /Mysql/revoke_access_to_database | Remove MySQL user privileges | 
| UserManagementApi | set_privileges_on_database | GET /Mysql/set_privileges_on_database | Update MySQL user privileges | 
| VariablesApi | get_session_information | GET /Variables/get_session_information | Return web server's hostname | 
| VariablesApi | variables_get_server_information | GET /Variables/get_server_information | Return server's configuration settings | 
| VariablesApi | variables_get_user_information | GET /Variables/get_user_information | Return cPanel account's configuration settings | 
| VerifyDomainOwnershipApi | check_domains_via_dns | POST /DCV/check_domains_via_dns | Verify domain ownership via DNS | 
| VerifyDomainOwnershipApi | check_domains_via_http | GET /DCV/check_domains_via_http | Verify domain ownership via HTTP | 
| VerifyDomainOwnershipApi | ensure_domains_can_pass_dcv | GET /DCV/ensure_domains_can_pass_dcv | Verify domain ownership | 
| VersionControlApi | version_control_create | GET /VersionControl/create | Create Git repository | 
| VersionControlApi | version_control_delete | GET /VersionControl/delete | Delete Git repository | 
| VersionControlApi | version_control_retrieve | GET /VersionControl/retrieve | Return Git repositories | 
| VersionControlApi | version_control_update | GET /VersionControl/update | Update Git repository settings | 
| VersionControlDeploymentApi | delete | GET /VersionControlDeployment/delete | Delete Git deployment task | 
| VersionControlDeploymentApi | version_control_deployment_create | GET /VersionControlDeployment/create | Create Git deployment task | 
| VersionControlDeploymentApi | version_control_deployment_retrieve | GET /VersionControlDeployment/retrieve | Return Git deployment task status | 
| VirtualHostInformationApi | list_ssl_capable_domains | GET /WebVhosts/list_ssl_capable_domains | Return domains that allow SSL certificate purchase | 
| VirtualHostInformationApi | web_vhosts_list_domains | GET /WebVhosts/list_domains | Return virtual host names for domains | 
| WebDiskApi | set_permissions | GET /WebDisk/set_permissions | Update Web Disk home directory permissions | 
| WebDiskApi | web_disk_delete_user | GET /WebDisk/delete_user | Delete Web Disk account | 
| WebDiskApi | web_disk_set_homedir | GET /WebDisk/set_homedir | Update Web Disk home directory location | 
| WebDiskApi | web_disk_set_password | GET /WebDisk/set_password | Update Web Disk account password | 
| WebDiskSettingsApi | set_permissions | GET /WebDisk/set_permissions | Update Web Disk home directory permissions | 
| WebDiskSettingsApi | web_disk_delete_user | GET /WebDisk/delete_user | Delete Web Disk account | 
| WebDiskSettingsApi | web_disk_set_homedir | GET /WebDisk/set_homedir | Update Web Disk home directory location | 
| WebDiskSettingsApi | web_disk_set_password | GET /WebDisk/set_password | Update Web Disk account password | 
| WebVhostsApi | list_ssl_capable_domains | GET /WebVhosts/list_ssl_capable_domains | Return domains that allow SSL certificate purchase | 
| WebVhostsApi | web_vhosts_list_domains | GET /WebVhosts/list_domains | Return virtual host names for domains | 
| WeblogSettingsApi | stats_manager_get_configuration | GET /StatsManager/get_configuration | Returns weblog analyzers' configuration | 
| WeblogSettingsApi | stats_manager_save_configuration | POST /StatsManager/save_configuration | Save current user's weblog analyzers configuration | 
| WebmailAppsApi | list_webmail_apps | GET /WebmailApps/list_webmail_apps | Return available webmail clients | 
| WebmailApplicationsApi | list_webmail_apps | GET /WebmailApps/list_webmail_apps | Return available webmail clients | 
| WebmailSessionsApi | create_temp_user | GET /Session/create_temp_user | Create user session with existing session | 
| WebmailSessionsApi | create_webmail_session_for_mail_user | GET /Session/create_webmail_session_for_mail_user | Create Webmail session | 
| WebmailSessionsApi | create_webmail_session_for_mail_user_check_password | GET /Session/create_webmail_session_for_mail_user_check_password | Create Webmail session with credentials | 
| WebmailSessionsApi | create_webmail_session_for_self | GET /Session/create_webmail_session_for_self | Create Webmail session for current user | 
| WordPressBackupApi | any_running | GET /WordPressBackup/any_running | Return all WordPress sites' backup status | 
| WordPressBackupApi | cancel | GET /WordPressBackup/cancel | Stop WordPress site backup | 
| WordPressBackupApi | cleanup | GET /WordPressBackup/cleanup | Delete WordPress backup temporary files | 
| WordPressBackupApi | get_available_backups | GET /WordPressBackup/get_available_backups | Return WordPress site backups | 
| WordPressBackupApi | is_running | GET /WordPressBackup/is_running | Return WordPress site backup status | 
| WordPressBackupApi | start | GET /WordPressBackup/start | Backup WordPress site | 
| WordPressInstanceManagerApi | cancel_scan | GET /WordPressInstanceManager/cancel_scan | Stop WordPress site scan | 
| WordPressInstanceManagerApi | change_admin_password | GET /WordPressInstanceManager/change_admin_password | Update WordPress site admin password | 
| WordPressInstanceManagerApi | cleanup_scan | GET /WordPressInstanceManager/cleanup_scan | Remove scan log after completed scan | 
| WordPressInstanceManagerApi | configure_autoupdate | GET /WordPressInstanceManager/configure_autoupdate | Update WordPress site automatic update settings | 
| WordPressInstanceManagerApi | get_api_version | GET /WordPressInstanceManager/get_api_version | Return WordPress Manager plugin version | 
| WordPressInstanceManagerApi | get_instance_by_id | GET /WordPressInstanceManager/get_instance_by_id | Return WordPress site settings | 
| WordPressInstanceManagerApi | get_instances | GET /WordPressInstanceManager/get_instances | Return WordPress sites | 
| WordPressInstanceManagerApi | get_latest_wordpress_version_from_wordpress_org | GET /WordPressInstanceManager/get_latest_wordpress_version_from_wordpress_org | Return latest wordpress.org updates | 
| WordPressInstanceManagerApi | get_scan_results | GET /WordPressInstanceManager/get_scan_results | Return WordPress site scan results | 
| WordPressInstanceManagerApi | is_installable_addon_available | GET /WordPressInstanceManager/is_installable_addon_available | Verify WordPress cPAddon availability | 
| WordPressInstanceManagerApi | word_press_instance_manager_start_scan | GET /WordPressInstanceManager/start_scan | Start WordPress sites scan | 
| WordPressRestoreApi | word_press_restore_any_running | GET /WordPressRestore/any_running | Return WordPress site restore status | 
| WordPressRestoreApi | word_press_restore_cleanup | GET /WordPressRestore/cleanup | Delete restored WordPress site's temporary files | 
| WordPressRestoreApi | word_press_restore_start | GET /WordPressRestore/start | Restore WordPress site | 
| WordPressSiteApi | word_press_site_create | GET /WordPressSite/create | Install WordPress site | 
| WordPressSiteApi | word_press_site_retrieve | GET /WordPressSite/retrieve | Return WordPress site information | 
| WordPressManagerBackupsApi | any_running | GET /WordPressBackup/any_running | Return all WordPress sites' backup status | 
| WordPressManagerBackupsApi | cancel | GET /WordPressBackup/cancel | Stop WordPress site backup | 
| WordPressManagerBackupsApi | cleanup | GET /WordPressBackup/cleanup | Delete WordPress backup temporary files | 
| WordPressManagerBackupsApi | get_available_backups | GET /WordPressBackup/get_available_backups | Return WordPress site backups | 
| WordPressManagerBackupsApi | is_running | GET /WordPressBackup/is_running | Return WordPress site backup status | 
| WordPressManagerBackupsApi | start | GET /WordPressBackup/start | Backup WordPress site | 
| WordPressManagerBackupsApi | word_press_restore_any_running | GET /WordPressRestore/any_running | Return WordPress site restore status | 
| WordPressManagerBackupsApi | word_press_restore_cleanup | GET /WordPressRestore/cleanup | Delete restored WordPress site's temporary files | 
| WordPressManagerBackupsApi | word_press_restore_start | GET /WordPressRestore/start | Restore WordPress site | 
| WordPressManagerSettingsApi | cancel_scan | GET /WordPressInstanceManager/cancel_scan | Stop WordPress site scan | 
| WordPressManagerSettingsApi | change_admin_password | GET /WordPressInstanceManager/change_admin_password | Update WordPress site admin password | 
| WordPressManagerSettingsApi | cleanup_scan | GET /WordPressInstanceManager/cleanup_scan | Remove scan log after completed scan | 
| WordPressManagerSettingsApi | configure_autoupdate | GET /WordPressInstanceManager/configure_autoupdate | Update WordPress site automatic update settings | 
| WordPressManagerSettingsApi | get_api_version | GET /WordPressInstanceManager/get_api_version | Return WordPress Manager plugin version | 
| WordPressManagerSettingsApi | get_instance_by_id | GET /WordPressInstanceManager/get_instance_by_id | Return WordPress site settings | 
| WordPressManagerSettingsApi | get_instances | GET /WordPressInstanceManager/get_instances | Return WordPress sites | 
| WordPressManagerSettingsApi | get_latest_wordpress_version_from_wordpress_org | GET /WordPressInstanceManager/get_latest_wordpress_version_from_wordpress_org | Return latest wordpress.org updates | 
| WordPressManagerSettingsApi | get_scan_results | GET /WordPressInstanceManager/get_scan_results | Return WordPress site scan results | 
| WordPressManagerSettingsApi | is_installable_addon_available | GET /WordPressInstanceManager/is_installable_addon_available | Verify WordPress cPAddon availability | 
| WordPressManagerSettingsApi | word_press_instance_manager_start_scan | GET /WordPressInstanceManager/start_scan | Start WordPress sites scan | 
| CPAddonsApi | get_available_addons | GET /cPAddons/get_available_addons | Return available cPAddons | 
| CPAddonsApi | get_instance_settings | GET /cPAddons/get_instance_settings | Return deployed cPAddons instance's settings | 
| CPAddonsApi | list_addon_instances | GET /cPAddons/list_addon_instances | Return deployed cPAddons instances | 
| CPGreyListApi | c_p_grey_list_disable_all_domains | GET /cPGreyList/disable_all_domains | Disable Greylisting for all domains | 
| CPGreyListApi | c_p_grey_list_disable_domains | GET /cPGreyList/disable_domains | Disable Greylisting for specified domains | 
| CPGreyListApi | c_p_grey_list_enable_all_domains | GET /cPGreyList/enable_all_domains | Enable Greylisting for all domains | 
| CPGreyListApi | c_p_grey_list_enable_domains | GET /cPGreyList/enable_domains | Enable Greylisting for specified domains | 
| CPGreyListApi | c_p_grey_list_list_domains | GET /cPGreyList/list_domains | Return Greylisting status for domains | 
| CPGreyListApi | has_greylisting_enabled | GET /cPGreyList/has_greylisting_enabled | Return whether Greylisting is enabled | 
| CPanelAccountSSLManagementApi | can_ssl_redirect | GET /SSL/can_ssl_redirect | Return whether domains can redirect to secure URL | 
| CPanelAccountSSLManagementApi | check_shared_cert | GET /SSL/check_shared_cert | Return whether shared SSL certificate exists | 
| CPanelAccountSSLManagementApi | delete_ssl | GET /SSL/delete_ssl | Remove SSL for domain | 
| CPanelAccountSSLManagementApi | fetch_best_for_domain | GET /SSL/fetch_best_for_domain | Request best SSL certificate | 
| CPanelAccountSSLManagementApi | fetch_cert_info | GET /SSL/fetch_cert_info | Return SSL certificate information | 
| CPanelAccountSSLManagementApi | fetch_certificates_for_fqdns | GET /SSL/fetch_certificates_for_fqdns | Return SSL certificate information for all FQDN | 
| CPanelAccountSSLManagementApi | fetch_key_and_cabundle_for_certificate | POST /SSL/fetch_key_and_cabundle_for_certificate | Return private key and CA bundle | 
| CPanelAccountSSLManagementApi | find_certificates_for_key | GET /SSL/find_certificates_for_key | Return SSL certificate for private key | 
| CPanelAccountSSLManagementApi | find_csrs_for_key | GET /SSL/find_csrs_for_key | Return private key's certificate signing requests | 
| CPanelAccountSSLManagementApi | get_cabundle | GET /SSL/get_cabundle | Return certificate's CA bundle and hostname | 
| CPanelAccountSSLManagementApi | get_cn_name | GET /SSL/get_cn_name | Request best SSL domain for service | 
| CPanelAccountSSLManagementApi | installed_host | GET /SSL/installed_host | Return SSL certificate's info for dedicated IP | 
| CPanelAccountSSLManagementApi | installed_hosts | GET /SSL/installed_hosts | Return domains with SSL certificate information | 
| CPanelAccountSSLManagementApi | list_certs | GET /SSL/list_certs | Return all SSL certificates | 
| CPanelAccountSSLManagementApi | list_csrs | GET /SSL/list_csrs | Return all certificate signing requests | 
| CPanelAccountSSLManagementApi | list_keys | GET /SSL/list_keys | Return all private keys | 
| CPanelAccountSSLManagementApi | list_ssl_items | GET /SSL/list_ssl_items | Return SSL-related items | 
| CPanelAccountSSLManagementApi | rebuildssldb | GET /SSL/rebuildssldb | Start SSL database rebuild | 
| CPanelAccountSSLManagementApi | s_sl_set_default_key_type | GET /SSL/set_default_key_type | Update SSL TLS key type | 
| CPanelAccountSSLManagementApi | toggle_ssl_redirect_for_domains | GET /SSL/toggle_ssl_redirect_for_domains | Enable or disable secure redirects | 
| CPanelAddonsCPAddonsApi | get_available_addons | GET /cPAddons/get_available_addons | Return available cPAddons | 
| CPanelAddonsCPAddonsApi | get_instance_settings | GET /cPAddons/get_instance_settings | Return deployed cPAddons instance's settings | 
| CPanelAddonsCPAddonsApi | list_addon_instances | GET /cPAddons/list_addon_instances | Return deployed cPAddons instances | 
| CPanelFeaturesApi | get_feature_metadata | GET /Features/get_feature_metadata | Return cPanel account's features' metadata | 
| CPanelFeaturesApi | has_feature | GET /Features/has_feature | Validate cPanel account's feature access | 
| CPanelFeaturesApi | list_features | GET /Features/list_features | Return cPanel account's features | 
| CPanelServerInformationApi | get_information | GET /ServerInformation/get_information | Return service and device status | 
| CPanelServerInformationApi | variables_get_server_information | GET /Variables/get_server_information | Return server's configuration settings | 
- Account
 - Account1
 - Account2
 - Account3
 - Account4
 - Action
 - BackupID
 - ClamScannerDisinfectFilesBody
 - Contents
 - CreateUserResponse
 - Dest
 - Domain
 - EditUserSubaccountBase
 - EditUserSubaccountBaseIssues
 - EditUserSubaccountBaseServices
 - EditUserSubaccountBaseServicesEmail
 - EditUserSubaccountBaseServicesFtp
 - EditUserSubaccountBaseServicesWebdisk
 - Email1
 - Email2
 - Email3
 - Email4
 - ExpireDate
 - FeatureDescriptions
 - General
 - Grouping
 - HashOutput
 - Host
 - Host1
 - Host2
 - Host3
 - Host4
 - HostName
 - HostName1
 - HostName2
 - HostName3
 - IndexType
 - InlineResponse200
 - InlineResponse2001
 - InlineResponse20010
 - InlineResponse200100
 - InlineResponse200100Result
 - InlineResponse200101
 - InlineResponse200101Result
 - InlineResponse200101ResultData
 - InlineResponse200101ResultDataChildren
 - InlineResponse200101ResultDataCurrent
 - InlineResponse200101ResultDataCurrentState
 - InlineResponse200101ResultDataHome
 - InlineResponse200101ResultDataHomeState
 - InlineResponse200101ResultDataParent
 - InlineResponse200101ResultDataParentState
 - InlineResponse200101ResultDataState
 - InlineResponse200102
 - InlineResponse200102Result
 - InlineResponse200103
 - InlineResponse200104
 - InlineResponse200104Result
 - InlineResponse200104ResultData
 - InlineResponse200105
 - InlineResponse200106
 - InlineResponse200106Result
 - InlineResponse200106ResultData
 - InlineResponse200107
 - InlineResponse200107Result
 - InlineResponse200107ResultData
 - InlineResponse200107ResultDataChildren
 - InlineResponse200107ResultDataCurrent
 - InlineResponse200107ResultDataCurrentState
 - InlineResponse200107ResultDataHome
 - InlineResponse200107ResultDataHomeState
 - InlineResponse200107ResultDataParent
 - InlineResponse200107ResultDataParentState
 - InlineResponse200107ResultDataState
 - InlineResponse200108
 - InlineResponse200108Result
 - InlineResponse200109
 - InlineResponse200109Result
 - InlineResponse200109ResultData
 - InlineResponse200109ResultDataChildren
 - InlineResponse200109ResultDataCurrent
 - InlineResponse200109ResultDataCurrentState
 - InlineResponse200109ResultDataHome
 - InlineResponse200109ResultDataHomeState
 - InlineResponse200109ResultDataParent
 - InlineResponse200109ResultDataParentState
 - InlineResponse200109ResultDataState
 - InlineResponse20010Result
 - InlineResponse20010ResultData
 - InlineResponse20011
 - InlineResponse200110
 - InlineResponse200110Result
 - InlineResponse200110ResultData
 - InlineResponse200111
 - InlineResponse200111Result
 - InlineResponse200111ResultData
 - InlineResponse200112
 - InlineResponse200112Result
 - InlineResponse200113
 - InlineResponse200113Result
 - InlineResponse200113ResultData
 - InlineResponse200113ResultDataCustomlog
 - InlineResponse200113ResultDataIfmodulemodsuphpc
 - InlineResponse200113ResultDataScriptalias
 - InlineResponse200114
 - InlineResponse200114Result
 - InlineResponse200114ResultData
 - InlineResponse200115
 - InlineResponse200115Result
 - InlineResponse200115ResultData
 - InlineResponse200116
 - InlineResponse200116Result
 - InlineResponse200116ResultData
 - InlineResponse200117
 - InlineResponse200117Result
 - InlineResponse200117ResultData
 - InlineResponse200118
 - InlineResponse200119
 - InlineResponse200119Result
 - InlineResponse20011Result
 - InlineResponse20012
 - InlineResponse200120
 - InlineResponse200120Result
 - InlineResponse200121
 - InlineResponse200121Result
 - InlineResponse200122
 - InlineResponse200122Result
 - InlineResponse200122ResultData
 - InlineResponse200123
 - InlineResponse200123Result
 - InlineResponse200124
 - InlineResponse200124Result
 - InlineResponse200124ResultData
 - InlineResponse200124ResultDataMetadata
 - InlineResponse200125
 - InlineResponse200125Result
 - InlineResponse200125ResultData
 - InlineResponse200125ResultDataCheckmx
 - InlineResponse200126
 - InlineResponse200126Result
 - InlineResponse200127
 - InlineResponse200128
 - InlineResponse200128Result
 - InlineResponse200128ResultData
 - InlineResponse200129
 - InlineResponse200129Result
 - InlineResponse200129ResultData
 - InlineResponse20012Result
 - InlineResponse20012ResultData
 - InlineResponse20013
 - InlineResponse200130
 - InlineResponse200130Result
 - InlineResponse200131
 - InlineResponse200131Result
 - InlineResponse200132
 - InlineResponse200132Result
 - InlineResponse200133
 - InlineResponse200133Result
 - InlineResponse200134
 - InlineResponse200134Result
 - InlineResponse200135
 - InlineResponse200135Result
 - InlineResponse200136
 - InlineResponse200137
 - InlineResponse200138
 - InlineResponse200139
 - InlineResponse20013Result
 - InlineResponse20014
 - InlineResponse200140
 - InlineResponse200140Result
 - InlineResponse200141
 - InlineResponse200142
 - InlineResponse200142Result
 - InlineResponse200142ResultData
 - InlineResponse200142ResultDataCheckmx
 - InlineResponse200143
 - InlineResponse200144
 - InlineResponse200144Result
 - InlineResponse200144ResultData
 - InlineResponse200145
 - InlineResponse200145Result
 - InlineResponse200146
 - InlineResponse200146Result
 - InlineResponse200147
 - InlineResponse200147Result
 - InlineResponse200147ResultData
 - InlineResponse200148
 - InlineResponse200149
 - InlineResponse200149Result
 - InlineResponse20014Result
 - InlineResponse20014ResultData
 - InlineResponse20015
 - InlineResponse200150
 - InlineResponse200150Result
 - InlineResponse200151
 - InlineResponse200151Result
 - InlineResponse200151ResultData
 - InlineResponse200152
 - InlineResponse200152Result
 - InlineResponse200153
 - InlineResponse200154
 - InlineResponse200155
 - InlineResponse200155Result
 - InlineResponse200156
 - InlineResponse200156Result
 - InlineResponse200156ResultData
 - InlineResponse200157
 - InlineResponse200157Result
 - InlineResponse200158
 - InlineResponse200158Result
 - InlineResponse200159
 - InlineResponse200159Result
 - InlineResponse200159ResultData
 - InlineResponse20015Result
 - InlineResponse20016
 - InlineResponse200160
 - InlineResponse200160Result
 - InlineResponse200161
 - InlineResponse200161Result
 - InlineResponse200161ResultData
 - InlineResponse200162
 - InlineResponse200162Result
 - InlineResponse200163
 - InlineResponse200163Result
 - InlineResponse200164
 - InlineResponse200164Result
 - InlineResponse200164ResultData
 - InlineResponse200165
 - InlineResponse200165Result
 - InlineResponse200165ResultData
 - InlineResponse200165ResultDataActions
 - InlineResponse200165ResultDataActionsDest
 - InlineResponse200165ResultDataMetadata
 - InlineResponse200165ResultDataRules
 - InlineResponse200166
 - InlineResponse200166Result
 - InlineResponse200167
 - InlineResponse200167Result
 - InlineResponse200168
 - InlineResponse200168Result
 - InlineResponse200169
 - InlineResponse200169Result
 - InlineResponse200169ResultData
 - InlineResponse20016Result
 - InlineResponse20017
 - InlineResponse200170
 - InlineResponse200170Result
 - InlineResponse200171
 - InlineResponse200171Result
 - InlineResponse200172
 - InlineResponse200172Result
 - InlineResponse200173
 - InlineResponse200173Result
 - InlineResponse200174
 - InlineResponse200174Result
 - InlineResponse200175
 - InlineResponse200175Result
 - InlineResponse200175ResultData
 - InlineResponse200176
 - InlineResponse200176Result
 - InlineResponse200176ResultData
 - InlineResponse200176ResultDataUser
 - InlineResponse200177
 - InlineResponse200177Result
 - InlineResponse200178
 - InlineResponse200178Result
 - InlineResponse200179
 - InlineResponse20017Result
 - InlineResponse20017ResultData
 - InlineResponse20018
 - InlineResponse200180
 - InlineResponse200180Result
 - InlineResponse200180ResultData
 - InlineResponse200181
 - InlineResponse200181Result
 - InlineResponse200181ResultData
 - InlineResponse200182
 - InlineResponse200182Result
 - InlineResponse200182ResultData
 - InlineResponse200183
 - InlineResponse200183Result
 - InlineResponse200183ResultActions
 - InlineResponse200183ResultData
 - InlineResponse200183ResultRules
 - InlineResponse200184
 - InlineResponse200184Result
 - InlineResponse200184ResultData
 - InlineResponse200185
 - InlineResponse200185Result
 - InlineResponse200185ResultData
 - InlineResponse200186
 - InlineResponse200186Result
 - InlineResponse200186ResultData
 - InlineResponse200187
 - InlineResponse200187Result
 - InlineResponse200187ResultData
 - InlineResponse200187ResultDataDesthost
 - InlineResponse200188
 - InlineResponse200188Result
 - InlineResponse200188ResultData
 - InlineResponse200189
 - InlineResponse200189Result
 - InlineResponse200189ResultData
 - InlineResponse200189ResultEntries
 - InlineResponse20018Result
 - InlineResponse20018ResultData
 - InlineResponse20019
 - InlineResponse200190
 - InlineResponse200190Result
 - InlineResponse200190ResultData
 - InlineResponse200190ResultDataEmail
 - InlineResponse200190ResultDataLogin
 - InlineResponse200191
 - InlineResponse200191Result
 - InlineResponse200191ResultData
 - InlineResponse200191ResultDataDiskquota
 - InlineResponse200191ResultDataEmail
 - InlineResponse200191ResultDataHumandiskquota
 - InlineResponse200191ResultDataLogin
 - InlineResponse200191ResultDataTxtdiskquota
 - InlineResponse200192
 - InlineResponse200192Result
 - InlineResponse200192ResultData
 - InlineResponse200193
 - InlineResponse200193Result
 - InlineResponse200194
 - InlineResponse200195
 - InlineResponse200196
 - InlineResponse200196Result
 - InlineResponse200196ResultData
 - InlineResponse200197
 - InlineResponse200198
 - InlineResponse200198Result
 - InlineResponse200198ResultData
 - InlineResponse200198ResultDataCheckmx
 - InlineResponse200199
 - InlineResponse200199Result
 - InlineResponse200199ResultData
 - InlineResponse20019Result
 - InlineResponse20019ResultData
 - InlineResponse2001Result
 - InlineResponse2001ResultData
 - InlineResponse2002
 - InlineResponse20020
 - InlineResponse200200
 - InlineResponse200201
 - InlineResponse200201Result
 - InlineResponse200201ResultData
 - InlineResponse200202
 - InlineResponse200202Result
 - InlineResponse200203
 - InlineResponse200203Result
 - InlineResponse200203ResultData
 - InlineResponse200204
 - InlineResponse200205
 - InlineResponse200206
 - InlineResponse200206Result
 - InlineResponse200207
 - InlineResponse200207Metadata
 - InlineResponse200208
 - InlineResponse200208Result
 - InlineResponse200208ResultData
 - InlineResponse200209
 - InlineResponse200209Result
 - InlineResponse200209ResultData
 - InlineResponse20020Result
 - InlineResponse20021
 - InlineResponse200210
 - InlineResponse200210Result
 - InlineResponse200210ResultData
 - InlineResponse200211
 - InlineResponse200211Result
 - InlineResponse200212
 - InlineResponse200212Result
 - InlineResponse200213
 - InlineResponse200214
 - InlineResponse200214Result
 - InlineResponse200215
 - InlineResponse200215Result
 - InlineResponse200215ResultData
 - InlineResponse200216
 - InlineResponse200216Result
 - InlineResponse200216ResultData
 - InlineResponse200217
 - InlineResponse200217Result
 - InlineResponse200217ResultData
 - InlineResponse200218
 - InlineResponse200218Result
 - InlineResponse200218ResultData
 - InlineResponse200219
 - InlineResponse200219Result
 - InlineResponse200219ResultData
 - InlineResponse20021Result
 - InlineResponse20022
 - InlineResponse200220
 - InlineResponse200220Result
 - InlineResponse200220ResultData
 - InlineResponse200221
 - InlineResponse200221Result
 - InlineResponse200221ResultData
 - InlineResponse200222
 - InlineResponse200222Result
 - InlineResponse200222ResultData
 - InlineResponse200223
 - InlineResponse200223Result
 - InlineResponse200223ResultData
 - InlineResponse200223ResultRecords
 - InlineResponse200224
 - InlineResponse200224Result
 - InlineResponse200224ResultData
 - InlineResponse200225
 - InlineResponse200225Result
 - InlineResponse200225ResultData
 - InlineResponse200225ResultPtrRecords
 - InlineResponse200226
 - InlineResponse200226Result
 - InlineResponse200226ResultData
 - InlineResponse200226ResultRecords
 - InlineResponse200227
 - InlineResponse200227Result
 - InlineResponse200228
 - InlineResponse200228Result
 - InlineResponse200228ResultData
 - InlineResponse200229
 - InlineResponse200229Result
 - InlineResponse200229ResultData
 - InlineResponse20022Result
 - InlineResponse20022ResultData
 - InlineResponse20023
 - InlineResponse200230
 - InlineResponse200230Result
 - InlineResponse200231
 - InlineResponse200231Result
 - InlineResponse200232
 - InlineResponse200232Result
 - InlineResponse200232ResultData
 - InlineResponse200233
 - InlineResponse200233Result
 - InlineResponse200234
 - InlineResponse200234Result
 - InlineResponse200235
 - InlineResponse200235Result
 - InlineResponse200235ResultData
 - InlineResponse200236
 - InlineResponse200236Result
 - InlineResponse200237
 - InlineResponse200237Result
 - InlineResponse200237ResultData
 - InlineResponse200238
 - InlineResponse200238Result
 - InlineResponse200238ResultData
 - InlineResponse200239
 - InlineResponse200239Result
 - InlineResponse200239ResultData
 - InlineResponse200239ResultDataDirs
 - InlineResponse200239ResultDataFiles
 - InlineResponse20023Result
 - InlineResponse20024
 - InlineResponse200240
 - InlineResponse200240Result
 - InlineResponse200240ResultData
 - InlineResponse200241
 - InlineResponse200241Result
 - InlineResponse200241ResultData
 - InlineResponse200242
 - InlineResponse200242Result
 - InlineResponse200242ResultData
 - InlineResponse200243
 - InlineResponse200244
 - InlineResponse200244Result
 - InlineResponse200244ResultData
 - InlineResponse200245
 - InlineResponse200245Result
 - InlineResponse200245ResultData
 - InlineResponse200246
 - InlineResponse200247
 - InlineResponse200247Result
 - InlineResponse200248
 - InlineResponse200248Result
 - InlineResponse200248ResultData
 - InlineResponse200248ResultDataSupports
 - InlineResponse200249
 - InlineResponse200249Result
 - InlineResponse200249ResultData
 - InlineResponse20024Result
 - InlineResponse20025
 - InlineResponse200250
 - InlineResponse200250Result
 - InlineResponse200251
 - InlineResponse200251Result
 - InlineResponse200252
 - InlineResponse200252Result
 - InlineResponse200253
 - InlineResponse200253Result
 - InlineResponse200253ResultData
 - InlineResponse200254
 - InlineResponse200254Result
 - InlineResponse200254ResultData
 - InlineResponse200254ResultDataDiskquota
 - InlineResponse200255
 - InlineResponse200255Result
 - InlineResponse200255ResultData
 - InlineResponse200255ResultDataHost
 - InlineResponse200256
 - InlineResponse200257
 - InlineResponse200257Result
 - InlineResponse200258
 - InlineResponse200259
 - InlineResponse20025Result
 - InlineResponse20026
 - InlineResponse200260
 - InlineResponse200261
 - InlineResponse200262
 - InlineResponse200263
 - InlineResponse200263Result
 - InlineResponse200264
 - InlineResponse200264Result
 - InlineResponse200264ResultData
 - InlineResponse200265
 - InlineResponse200265Result
 - InlineResponse200265ResultData
 - InlineResponse200266
 - InlineResponse200267
 - InlineResponse200267Result
 - InlineResponse200267ResultData
 - InlineResponse200268
 - InlineResponse200268Result
 - InlineResponse200268ResultData
 - InlineResponse200269
 - InlineResponse200269Result
 - InlineResponse200269ResultData
 - InlineResponse20026Result
 - InlineResponse20026ResultData
 - InlineResponse20027
 - InlineResponse200270
 - InlineResponse200270Result
 - InlineResponse200270ResultData
 - InlineResponse200271
 - InlineResponse200271Result
 - InlineResponse200271ResultData
 - InlineResponse200272
 - InlineResponse200272Result
 - InlineResponse200272ResultData
 - InlineResponse200273
 - InlineResponse200273Result
 - InlineResponse200274
 - InlineResponse200274Result
 - InlineResponse200274ResultData
 - InlineResponse200275
 - InlineResponse200275Result
 - InlineResponse200275ResultData
 - InlineResponse200275ResultDataHost
 - InlineResponse200275ResultDataHostHost
 - InlineResponse200275ResultDataMeta
 - InlineResponse200276
 - InlineResponse200277
 - InlineResponse200277Result
 - InlineResponse200277ResultData
 - InlineResponse200277ResultDataHost
 - InlineResponse200277ResultDataHostHost
 - InlineResponse200277ResultDataMeta
 - InlineResponse200278
 - InlineResponse200278Result
 - InlineResponse200278ResultData
 - InlineResponse200278ResultDataHost
 - InlineResponse200278ResultDataHostHost
 - InlineResponse200278ResultDataMeta
 - InlineResponse200279
 - InlineResponse200279Result
 - InlineResponse200279ResultData
 - InlineResponse20027Result
 - InlineResponse20027ResultData
 - InlineResponse20028
 - InlineResponse200280
 - InlineResponse200280Result
 - InlineResponse200280ResultData
 - InlineResponse200281
 - InlineResponse200281Result
 - InlineResponse200281ResultData
 - InlineResponse200282
 - InlineResponse200282Result
 - InlineResponse200282ResultData
 - InlineResponse200283
 - InlineResponse200283Result
 - InlineResponse200283ResultData
 - InlineResponse200283ResultPhpFpmPoolParms
 - InlineResponse200283ResultPhpversionSource
 - InlineResponse200284
 - InlineResponse200284Result
 - InlineResponse200284ResultData
 - InlineResponse200284ResultDataDirectives
 - InlineResponse200284ResultDataDirectivesDefaultValue
 - InlineResponse200285
 - InlineResponse200285Result
 - InlineResponse200285ResultData
 - InlineResponse200286
 - InlineResponse200286Result
 - InlineResponse200286ResultData
 - InlineResponse200286ResultDataPaths
 - InlineResponse200287
 - InlineResponse200287Result
 - InlineResponse200287ResultMetadata
 - InlineResponse200287ResultMetadataLangPHP
 - InlineResponse200288
 - InlineResponse200288Result
 - InlineResponse200289
 - InlineResponse200289Result
 - InlineResponse200289ResultData
 - InlineResponse20028Result
 - InlineResponse20029
 - InlineResponse200290
 - InlineResponse200290Result
 - InlineResponse200291
 - InlineResponse200291Result
 - InlineResponse200291ResultData
 - InlineResponse200292
 - InlineResponse200292Result
 - InlineResponse200292ResultData
 - InlineResponse200293
 - InlineResponse200293Result
 - InlineResponse200294
 - InlineResponse200294Result
 - InlineResponse200294ResultData
 - InlineResponse200295
 - InlineResponse200295Result
 - InlineResponse200295ResultData
 - InlineResponse200296
 - InlineResponse200296Result
 - InlineResponse200297
 - InlineResponse200298
 - InlineResponse200298Result
 - InlineResponse200299
 - InlineResponse200299Result
 - InlineResponse200299ResultData
 - InlineResponse20029Result
 - InlineResponse20029ResultData
 - InlineResponse2002Result
 - InlineResponse2002ResultData
 - InlineResponse2003
 - InlineResponse20030
 - InlineResponse200300
 - InlineResponse200300Result
 - InlineResponse200300ResultData
 - InlineResponse200301
 - InlineResponse200301Result
 - InlineResponse200301ResultData
 - InlineResponse200302
 - InlineResponse200302Result
 - InlineResponse200302ResultData
 - InlineResponse200303
 - InlineResponse200303Result
 - InlineResponse200303ResultData
 - InlineResponse200304
 - InlineResponse200304Result
 - InlineResponse200305
 - InlineResponse200305Result
 - InlineResponse200305ResultData
 - InlineResponse200305ResultDataActionUrls
 - InlineResponse200305ResultDataDomainDetails
 - InlineResponse200305ResultDataStatusDetails
 - InlineResponse200306
 - InlineResponse200306Result
 - InlineResponse200307
 - InlineResponse200307Result
 - InlineResponse200307ResultData
 - InlineResponse200308
 - InlineResponse200308Result
 - InlineResponse200308ResultData
 - InlineResponse200309
 - InlineResponse200309Result
 - InlineResponse200309ResultData
 - InlineResponse20030Result
 - InlineResponse20031
 - InlineResponse200310
 - InlineResponse200310Result
 - InlineResponse200310ResultData
 - InlineResponse200310ResultDataEncryptedActionUrls
 - InlineResponse200311
 - InlineResponse200311Result
 - InlineResponse200311ResultData
 - InlineResponse200312
 - InlineResponse200312Result
 - InlineResponse200312ResultData
 - InlineResponse200312ResultDataCertificates
 - InlineResponse200313
 - InlineResponse200313Result
 - InlineResponse200313ResultData
 - InlineResponse200314
 - InlineResponse200314Result
 - InlineResponse200314ResultData
 - InlineResponse200315
 - InlineResponse200315Result
 - InlineResponse200315ResultData
 - InlineResponse200316
 - InlineResponse200316Result
 - InlineResponse200317
 - InlineResponse200318
 - InlineResponse200319
 - InlineResponse200319Result
 - InlineResponse20031Result
 - InlineResponse20031ResultData
 - InlineResponse20032
 - InlineResponse200320
 - InlineResponse200320Result
 - InlineResponse200321
 - InlineResponse200321Result
 - InlineResponse200322
 - InlineResponse200322Result
 - InlineResponse200323
 - InlineResponse200324
 - InlineResponse200324Result
 - InlineResponse200324ResultData
 - InlineResponse200325
 - InlineResponse200325Result
 - InlineResponse200325ResultData
 - InlineResponse200326
 - InlineResponse200326Result
 - InlineResponse200326ResultData
 - InlineResponse200327
 - InlineResponse200327Result
 - InlineResponse200327ResultData
 - InlineResponse200328
 - InlineResponse200328Result
 - InlineResponse200328ResultData
 - InlineResponse200329
 - InlineResponse200329Result
 - InlineResponse200329ResultData
 - InlineResponse200329ResultDataDomain
 - InlineResponse20032Result
 - InlineResponse20032ResultData
 - InlineResponse20033
 - InlineResponse200330
 - InlineResponse200330Result
 - InlineResponse200330ResultData
 - InlineResponse200331
 - InlineResponse200331Result
 - InlineResponse200331ResultData
 - InlineResponse200331ResultDataOneOf
 - InlineResponse200331ResultDataOneOf1
 - InlineResponse200331ResultDataOneOfInner
 - InlineResponse200332
 - InlineResponse200332Result
 - InlineResponse200333
 - InlineResponse200333Result
 - InlineResponse200333ResultData
 - InlineResponse200334
 - InlineResponse200334Result
 - InlineResponse200334ResultData
 - InlineResponse200335
 - InlineResponse200335Result
 - InlineResponse200335ResultData
 - InlineResponse200335ResultMetadata
 - InlineResponse200335ResultMetadataModsec
 - InlineResponse200336
 - InlineResponse200336Result
 - InlineResponse200337
 - InlineResponse200337Result
 - InlineResponse200338
 - InlineResponse200338Result
 - InlineResponse200338ResultData
 - InlineResponse200339
 - InlineResponse200339Result
 - InlineResponse20033Result
 - InlineResponse20034
 - InlineResponse200340
 - InlineResponse200340Result
 - InlineResponse200341
 - InlineResponse200342
 - InlineResponse200343
 - InlineResponse200344
 - InlineResponse200344Result
 - InlineResponse200345
 - InlineResponse200345Result
 - InlineResponse200346
 - InlineResponse200346Result
 - InlineResponse200347
 - InlineResponse200347Result
 - InlineResponse200347ResultData
 - InlineResponse200348
 - InlineResponse200348Result
 - InlineResponse200348ResultData
 - InlineResponse200348ResultDataHost
 - InlineResponse200349
 - InlineResponse200349Result
 - InlineResponse200349ResultData
 - InlineResponse20034Result
 - InlineResponse20035
 - InlineResponse200350
 - InlineResponse200350Result
 - InlineResponse200351
 - InlineResponse200351Result
 - InlineResponse200351ResultData
 - InlineResponse200352
 - InlineResponse200352Result
 - InlineResponse200352ResultData
 - InlineResponse200352ResultDataRemoteHost
 - InlineResponse200353
 - InlineResponse200353Result
 - InlineResponse200354
 - InlineResponse200355
 - InlineResponse200355Result
 - InlineResponse200355ResultData
 - InlineResponse200356
 - InlineResponse200357
 - InlineResponse200357Result
 - InlineResponse200357ResultData
 - InlineResponse200357ResultDataFailures
 - InlineResponse200358
 - InlineResponse200359
 - InlineResponse200359Result
 - InlineResponse200359ResultData
 - InlineResponse200359ResultDataDatabase
 - InlineResponse200359ResultDataDatabaseUser
 - InlineResponse200359ResultDataHostname
 - InlineResponse20035Result
 - InlineResponse20036
 - InlineResponse200360
 - InlineResponse200361
 - InlineResponse200361Result
 - InlineResponse200362
 - InlineResponse200363
 - InlineResponse200364
 - InlineResponse200365
 - InlineResponse200365Result
 - InlineResponse200366
 - InlineResponse200366Result
 - InlineResponse200366ResultData
 - InlineResponse200367
 - InlineResponse200368
 - InlineResponse200368Result
 - InlineResponse200368ResultData
 - InlineResponse200369
 - InlineResponse200369Result
 - InlineResponse20036Result
 - InlineResponse20037
 - InlineResponse200370
 - InlineResponse200370Result
 - InlineResponse200370ResultData
 - InlineResponse200371
 - InlineResponse200371Result
 - InlineResponse200371ResultData
 - InlineResponse200371ResultDeps
 - InlineResponse200372
 - InlineResponse200372Result
 - InlineResponse200372ResultData
 - InlineResponse200373
 - InlineResponse200374
 - InlineResponse200374Result
 - InlineResponse200374ResultData
 - InlineResponse200375
 - InlineResponse200375Result
 - InlineResponse200375ResultData
 - InlineResponse200375ResultDataPersonalization
 - InlineResponse200376
 - InlineResponse200376Result
 - InlineResponse200376ResultData
 - InlineResponse200376ResultDataPersonalization
 - InlineResponse200377
 - InlineResponse200377Result
 - InlineResponse200377ResultData
 - InlineResponse200378
 - InlineResponse200379
 - InlineResponse200379Result
 - InlineResponse20038
 - InlineResponse200380
 - InlineResponse200381
 - InlineResponse200381Result
 - InlineResponse200382
 - InlineResponse200382Result
 - InlineResponse200382ResultData
 - InlineResponse200383
 - InlineResponse200383Result
 - InlineResponse200384
 - InlineResponse200384Result
 - InlineResponse200384ResultData
 - InlineResponse200385
 - InlineResponse200385Result
 - InlineResponse200386
 - InlineResponse200386Result
 - InlineResponse200387
 - InlineResponse200388
 - InlineResponse200389
 - InlineResponse20039
 - InlineResponse200390
 - InlineResponse200391
 - InlineResponse200392
 - InlineResponse200392Result
 - InlineResponse200392ResultData
 - InlineResponse200393
 - InlineResponse200393Result
 - InlineResponse200393ResultData
 - InlineResponse200394
 - InlineResponse200394Result
 - InlineResponse200394ResultData
 - InlineResponse200394ResultDataInodeLimit
 - InlineResponse200394ResultDataInodesRemain
 - InlineResponse200394ResultDataInodesUsed
 - InlineResponse200394ResultDataMegabyteLimit
 - InlineResponse200394ResultDataMegabytesRemain
 - InlineResponse200394ResultDataMegabytesUsed
 - InlineResponse200395
 - InlineResponse200395Result
 - InlineResponse200395ResultData
 - InlineResponse200396
 - InlineResponse200396Result
 - InlineResponse200396ResultData
 - InlineResponse200396ResultDataFormatter
 - InlineResponse200397
 - InlineResponse200397Result
 - InlineResponse200397ResultData
 - InlineResponse200398
 - InlineResponse200398Result
 - InlineResponse200399
 - InlineResponse200399Result
 - InlineResponse200399ResultData
 - InlineResponse200399ResultDataBackupID
 - InlineResponse2004
 - InlineResponse20040
 - InlineResponse200400
 - InlineResponse200400Result
 - InlineResponse200400ResultData
 - InlineResponse200401
 - InlineResponse200401Result
 - InlineResponse200401ResultData
 - InlineResponse200402
 - InlineResponse200403
 - InlineResponse200403Result
 - InlineResponse200404
 - InlineResponse200404Result
 - InlineResponse200405
 - InlineResponse200405Result
 - InlineResponse200405ResultData
 - InlineResponse200406
 - InlineResponse200406Result
 - InlineResponse200406ResultData
 - InlineResponse200407
 - InlineResponse200407Result
 - InlineResponse200407ResultData
 - InlineResponse200408
 - InlineResponse200408Result
 - InlineResponse200409
 - InlineResponse200409Result
 - InlineResponse200409ResultData
 - InlineResponse20041
 - InlineResponse200410
 - InlineResponse200410Result
 - InlineResponse200410ResultData
 - InlineResponse200411
 - InlineResponse200411Result
 - InlineResponse200411ResultData
 - InlineResponse200412
 - InlineResponse200412Result
 - InlineResponse200412ResultData
 - InlineResponse200413
 - InlineResponse200413Result
 - InlineResponse200413ResultData
 - InlineResponse200414
 - InlineResponse200414Result
 - InlineResponse200414ResultData
 - InlineResponse200415
 - InlineResponse200415Result
 - InlineResponse200415ResultData
 - InlineResponse200416
 - InlineResponse200416Result
 - InlineResponse200416ResultData
 - InlineResponse200417
 - InlineResponse200417Result
 - InlineResponse200417ResultData
 - InlineResponse200418
 - InlineResponse200418Result
 - InlineResponse200418ResultData
 - InlineResponse200419
 - InlineResponse200419Result
 - InlineResponse200419ResultData
 - InlineResponse20041Result
 - InlineResponse20041ResultData
 - InlineResponse20042
 - InlineResponse200420
 - InlineResponse200420Result
 - InlineResponse200420ResultData
 - InlineResponse200421
 - InlineResponse200421Result
 - InlineResponse200421ResultData
 - InlineResponse200422
 - InlineResponse200422Result
 - InlineResponse200422ResultData
 - InlineResponse200423
 - InlineResponse200423Result
 - InlineResponse200423ResultData
 - InlineResponse200424
 - InlineResponse200424Result
 - InlineResponse200424ResultData
 - InlineResponse200424ResultDataIp
 - InlineResponse200425
 - InlineResponse200425Result
 - InlineResponse200425ResultData
 - InlineResponse200425ResultDataCertificate
 - InlineResponse200426
 - InlineResponse200426Result
 - InlineResponse200426ResultCertificate
 - InlineResponse200426ResultData
 - InlineResponse200426ResultDataIp
 - InlineResponse200427
 - InlineResponse200427Result
 - InlineResponse200428
 - InlineResponse200428Result
 - InlineResponse200429
 - InlineResponse200429Result
 - InlineResponse20042Result
 - InlineResponse20042ResultData
 - InlineResponse20043
 - InlineResponse200430
 - InlineResponse200430Result
 - InlineResponse200430ResultData
 - InlineResponse200431
 - InlineResponse200431Result
 - InlineResponse200431ResultData
 - InlineResponse200432
 - InlineResponse200432Result
 - InlineResponse200432ResultData
 - InlineResponse200433
 - InlineResponse200433Result
 - InlineResponse200433ResultData
 - InlineResponse200434
 - InlineResponse200434Result
 - InlineResponse200434ResultData
 - InlineResponse200435
 - InlineResponse200435Result
 - InlineResponse200435ResultData
 - InlineResponse200436
 - InlineResponse200436Result
 - InlineResponse200437
 - InlineResponse200438
 - InlineResponse200439
 - InlineResponse20043Result
 - InlineResponse20043ResultData
 - InlineResponse20044
 - InlineResponse200440
 - InlineResponse200441
 - InlineResponse200441Result
 - InlineResponse200442
 - InlineResponse200443
 - InlineResponse200444
 - InlineResponse200444Result
 - InlineResponse200444ResultData
 - InlineResponse200444ResultDataDetails
 - InlineResponse200444ResultDataDetailsIssuer
 - InlineResponse200444ResultDataDetailsSubject
 - InlineResponse200445
 - InlineResponse200445Result
 - InlineResponse200445ResultData
 - InlineResponse200445ResultDataDetails
 - InlineResponse200446
 - InlineResponse200446Result
 - InlineResponse200446ResultData
 - InlineResponse200446ResultDataDetails
 - InlineResponse200447
 - InlineResponse200447Result
 - InlineResponse200448
 - InlineResponse200448Result
 - InlineResponse200449
 - InlineResponse200449Result
 - InlineResponse200449ResultData
 - InlineResponse20044Result
 - InlineResponse20044ResultData
 - InlineResponse20044ResultDataGroups
 - InlineResponse20044ResultDataItems
 - InlineResponse20045
 - InlineResponse200450
 - InlineResponse200450Result
 - InlineResponse200450ResultData
 - InlineResponse200451
 - InlineResponse200451Result
 - InlineResponse200451ResultData
 - InlineResponse200451ResultDataStatus
 - InlineResponse200451ResultDataValue
 - InlineResponse200452
 - InlineResponse200452Result
 - InlineResponse200452ResultData
 - InlineResponse200453
 - InlineResponse200454
 - InlineResponse200455
 - InlineResponse200455Result
 - InlineResponse200455ResultData
 - InlineResponse200456
 - InlineResponse200456Result
 - InlineResponse200456ResultData
 - InlineResponse200457
 - InlineResponse200457Result
 - InlineResponse200457ResultData
 - InlineResponse200458
 - InlineResponse200458Result
 - InlineResponse200458ResultData
 - InlineResponse200459
 - InlineResponse200459Result
 - InlineResponse200459ResultData
 - InlineResponse200459ResultDataLimits
 - InlineResponse200459ResultDataRole
 - InlineResponse200459ResultDataSystemType
 - InlineResponse200459ResultDataSystems
 - InlineResponse20045Result
 - InlineResponse20045ResultCondition
 - InlineResponse20045ResultData
 - InlineResponse20045ResultIcon
 - InlineResponse20046
 - InlineResponse200460
 - InlineResponse200460Result
 - InlineResponse200460ResultData
 - InlineResponse200461
 - InlineResponse200461Result
 - InlineResponse200461ResultData
 - InlineResponse200462
 - InlineResponse200462Result
 - InlineResponse200462ResultData
 - InlineResponse200462ResultDataScores
 - InlineResponse200462ResultDataScores1
 - InlineResponse200462ResultDataSystem
 - InlineResponse200463
 - InlineResponse200463Result
 - InlineResponse200463ResultData
 - InlineResponse200464
 - InlineResponse200464Result
 - InlineResponse200464ResultData
 - InlineResponse200465
 - InlineResponse200465Result
 - InlineResponse200465ResultData
 - InlineResponse200466
 - InlineResponse200466Result
 - InlineResponse200466ResultData
 - InlineResponse200467
 - InlineResponse200467Result
 - InlineResponse200467ResultData
 - InlineResponse200468
 - InlineResponse200468Result
 - InlineResponse200468ResultData
 - InlineResponse200469
 - InlineResponse200469Result
 - InlineResponse200469ResultData
 - InlineResponse200469ResultMeta
 - InlineResponse200469ResultMetaFields
 - InlineResponse200469ResultMetaInformation
 - InlineResponse20046Result
 - InlineResponse20047
 - InlineResponse200470
 - InlineResponse200470Result
 - InlineResponse200470ResultData
 - InlineResponse200470ResultTemplateSettings
 - InlineResponse200471
 - InlineResponse200471Result
 - InlineResponse200472
 - InlineResponse200472Result
 - InlineResponse200473
 - InlineResponse200473Result
 - InlineResponse200473ResultData
 - InlineResponse200474
 - InlineResponse200474Result
 - InlineResponse200475
 - InlineResponse200475Result
 - InlineResponse200475ResultData
 - InlineResponse200476
 - InlineResponse200476Result
 - InlineResponse200476ResultData
 - InlineResponse200476ResultMetadata
 - InlineResponse200476ResultQuota
 - InlineResponse200476ResultStatus
 - InlineResponse200477
 - InlineResponse200477Result
 - InlineResponse200478
 - InlineResponse200478Result
 - InlineResponse200479
 - InlineResponse200479Result
 - InlineResponse20047Result
 - InlineResponse20047ResultData
 - InlineResponse20048
 - InlineResponse200480
 - InlineResponse200480Result
 - InlineResponse200480ResultData
 - InlineResponse200481
 - InlineResponse200482
 - InlineResponse200483
 - InlineResponse200483Result
 - InlineResponse200483ResultData
 - InlineResponse200484
 - InlineResponse200484Result
 - InlineResponse200485
 - InlineResponse200485Result
 - InlineResponse200485ResultData
 - InlineResponse200485ResultDataScore
 - InlineResponse200486
 - InlineResponse200486Result
 - InlineResponse200486ResultData
 - InlineResponse200487
 - InlineResponse200487Result
 - InlineResponse200487ResultData
 - InlineResponse200488
 - InlineResponse200488Result
 - InlineResponse200488ResultData
 - InlineResponse200489
 - InlineResponse200489Result
 - InlineResponse200489ResultData
 - InlineResponse20048Result
 - InlineResponse20049
 - InlineResponse200490
 - InlineResponse200490Result
 - InlineResponse200490ResultData
 - InlineResponse200491
 - InlineResponse200491Result
 - InlineResponse200491ResultData
 - InlineResponse200492
 - InlineResponse200492Result
 - InlineResponse200492ResultData
 - InlineResponse200493
 - InlineResponse200493Result
 - InlineResponse200493ResultAnalyzers
 - InlineResponse200493ResultData
 - InlineResponse200493ResultMetadata
 - InlineResponse200493ResultMetadataAnalyzers
 - InlineResponse200494
 - InlineResponse200494Result
 - InlineResponse200494ResultAnalyzers
 - InlineResponse200494ResultData
 - InlineResponse200495
 - InlineResponse200496
 - InlineResponse200496Result
 - InlineResponse200497
 - InlineResponse200497Result
 - InlineResponse200498
 - InlineResponse200498Result
 - InlineResponse200499
 - InlineResponse2005
 - InlineResponse20050
 - InlineResponse200500
 - InlineResponse200500Result
 - InlineResponse200500ResultData
 - InlineResponse200501
 - InlineResponse200501Result
 - InlineResponse200501ResultData
 - InlineResponse200502
 - InlineResponse200503
 - InlineResponse200504
 - InlineResponse200505
 - InlineResponse200506
 - InlineResponse200507
 - InlineResponse200507Result
 - InlineResponse200508
 - InlineResponse200509
 - InlineResponse20051
 - InlineResponse200510
 - InlineResponse200511
 - InlineResponse200511Result
 - InlineResponse200512
 - InlineResponse200513
 - InlineResponse200513Result
 - InlineResponse200514
 - InlineResponse200514Result
 - InlineResponse200515
 - InlineResponse200515Result
 - InlineResponse200516
 - InlineResponse200516Result
 - InlineResponse200517
 - InlineResponse200517Result
 - InlineResponse200517ResultData
 - InlineResponse200518
 - InlineResponse200518Result
 - InlineResponse200518ResultData
 - InlineResponse200519
 - InlineResponse20051Result
 - InlineResponse20051ResultData
 - InlineResponse20052
 - InlineResponse200520
 - InlineResponse200520Result
 - InlineResponse200521
 - InlineResponse200521Result
 - InlineResponse200521ResultData
 - InlineResponse200522
 - InlineResponse200522Result
 - InlineResponse200522ResultData
 - InlineResponse200523
 - InlineResponse200523Result
 - InlineResponse200523ResultData
 - InlineResponse200524
 - InlineResponse200524Result
 - InlineResponse200524ResultData
 - InlineResponse200525
 - InlineResponse200525Result
 - InlineResponse200525ResultData
 - InlineResponse200526
 - InlineResponse200527
 - InlineResponse200527Result
 - InlineResponse200527ResultData
 - InlineResponse200527ResultDataAccounts
 - InlineResponse200527ResultDataAccountsIssues
 - InlineResponse200527ResultDataAccountsMergeCandidates
 - InlineResponse200527ResultDataAccountsServices
 - InlineResponse200527ResultDataAccountsServicesEmail
 - InlineResponse200527ResultDataAccountsServicesFtp
 - InlineResponse200527ResultDataAccountsServicesWebdisk
 - InlineResponse200528
 - InlineResponse200528Result
 - InlineResponse200529
 - InlineResponse200529Result
 - InlineResponse200529ResultData
 - InlineResponse200529ResultDataIssues
 - InlineResponse200529ResultDataMergeCandidates
 - InlineResponse200529ResultDataServices
 - InlineResponse200529ResultDataServicesEmail
 - InlineResponse200529ResultDataServicesFtp
 - InlineResponse200529ResultDataServicesWebdisk
 - InlineResponse20052Result
 - InlineResponse20052ResultData
 - InlineResponse20053
 - InlineResponse200530
 - InlineResponse200531
 - InlineResponse200531Result
 - InlineResponse200531ResultData
 - InlineResponse200532
 - InlineResponse200532Result
 - InlineResponse200532ResultData
 - InlineResponse200532ResultIssues
 - InlineResponse200532ResultServices
 - InlineResponse200532ResultServicesEmail
 - InlineResponse200532ResultServicesFtp
 - InlineResponse200532ResultServicesWebdisk
 - InlineResponse200533
 - InlineResponse200533Result
 - InlineResponse200533ResultData
 - InlineResponse200534
 - InlineResponse200534Result
 - InlineResponse200534ResultData
 - InlineResponse200535
 - InlineResponse200535Result
 - InlineResponse200535ResultData
 - InlineResponse200535ResultDataDismissedMergeCandidates
 - InlineResponse200535ResultDataIssues
 - InlineResponse200535ResultDataMergeCandidates
 - InlineResponse200535ResultDataServices
 - InlineResponse200535ResultDataServices1
 - InlineResponse200535ResultDataServices1Webdisk
 - InlineResponse200535ResultDataServicesEmail
 - InlineResponse200535ResultDataServicesFtp
 - InlineResponse200535ResultDataServicesWebdisk
 - InlineResponse200536
 - InlineResponse200537
 - InlineResponse200538
 - InlineResponse200538Result
 - InlineResponse200538ResultArgs
 - InlineResponse200538ResultData
 - InlineResponse200539
 - InlineResponse200539Result
 - InlineResponse200539ResultData
 - InlineResponse20053Result
 - InlineResponse20053ResultDataInnerValueValue
 - InlineResponse20054
 - InlineResponse200540
 - InlineResponse200540Result
 - InlineResponse200540ResultData
 - InlineResponse200541
 - InlineResponse200541Result
 - InlineResponse200541ResultData
 - InlineResponse200541ResultDataFeature
 - InlineResponse200541ResultDataMaximumAddonDomains
 - InlineResponse200541ResultDataMaximumDatabases
 - InlineResponse200541ResultDataMaximumDeferFailPercentage
 - InlineResponse200541ResultDataMaximumEmailAccountDiskQuota
 - InlineResponse200541ResultDataMaximumEmailsPerHour
 - InlineResponse200541ResultDataMaximumFtpAccounts
 - InlineResponse200541ResultDataMaximumMailAccounts
 - InlineResponse200541ResultDataMaximumMailingLists
 - InlineResponse200541ResultDataMaximumParkedDomains
 - InlineResponse200541ResultDataMaximumPassengerApps
 - InlineResponse200541ResultDataMaximumSubdomains
 - InlineResponse200541ResultDataMxcheck
 - InlineResponse200542
 - InlineResponse200542Result
 - InlineResponse200542ResultData
 - InlineResponse200542ResultDataArgs
 - InlineResponse200542ResultDataCloneUrls
 - InlineResponse200542ResultDataSourceRepository
 - InlineResponse200542ResultDataTasks
 - InlineResponse200543
 - InlineResponse200544
 - InlineResponse200544Result
 - InlineResponse200544ResultArgs
 - InlineResponse200544ResultCloneUrls
 - InlineResponse200544ResultData
 - InlineResponse200544ResultLastDeployment
 - InlineResponse200544ResultLastDeploymentRepositoryState
 - InlineResponse200544ResultLastUpdate
 - InlineResponse200544ResultSourceRepository
 - InlineResponse200544ResultTasks
 - InlineResponse200545
 - InlineResponse200545Result
 - InlineResponse200545ResultData
 - InlineResponse200545ResultDataArgs
 - InlineResponse200545ResultDataCloneUrls
 - InlineResponse200545ResultDataLastDeployment
 - InlineResponse200545ResultDataLastUpdate
 - InlineResponse200545ResultDataSourceRepository
 - InlineResponse200545ResultDataTasks
 - InlineResponse200546
 - InlineResponse200546Result
 - InlineResponse200546ResultData
 - InlineResponse200546ResultDataTimestamps
 - InlineResponse200547
 - InlineResponse200548
 - InlineResponse200548Result
 - InlineResponse200548ResultData
 - InlineResponse200548ResultRepositoryState
 - InlineResponse200548ResultTimestamps
 - InlineResponse200549
 - InlineResponse20054Result
 - InlineResponse20054ResultData
 - InlineResponse20055
 - InlineResponse200550
 - InlineResponse200551
 - InlineResponse200552
 - InlineResponse200553
 - InlineResponse200553Result
 - InlineResponse200553ResultData
 - InlineResponse200554
 - InlineResponse200554Result
 - InlineResponse200554ResultData
 - InlineResponse200555
 - InlineResponse200555Result
 - InlineResponse200555ResultData
 - InlineResponse200556
 - InlineResponse200556Result
 - InlineResponse200556ResultData
 - InlineResponse200556ResultDataSites
 - InlineResponse200557
 - InlineResponse200557Result
 - InlineResponse200557ResultData
 - InlineResponse200558
 - InlineResponse200558Result
 - InlineResponse200558ResultData
 - InlineResponse200559
 - InlineResponse200559Result
 - InlineResponse200559ResultData
 - InlineResponse200559ResultDataAvailable
 - InlineResponse20055Result
 - InlineResponse20055ResultData
 - InlineResponse20056
 - InlineResponse200560
 - InlineResponse200560Result
 - InlineResponse200560ResultData
 - InlineResponse200561
 - InlineResponse200561Result
 - InlineResponse200561ResultData
 - InlineResponse200562
 - InlineResponse200562Result
 - InlineResponse200563
 - InlineResponse200564
 - InlineResponse200565
 - InlineResponse200565Result
 - InlineResponse200565ResultData
 - InlineResponse200565ResultDataAfter
 - InlineResponse200565ResultDataBefore
 - InlineResponse200566
 - InlineResponse200566Result
 - InlineResponse200566ResultData
 - InlineResponse200567
 - InlineResponse200567Result
 - InlineResponse200567ResultData
 - InlineResponse200567ResultDataAdmins
 - InlineResponse200568
 - InlineResponse200568Result
 - InlineResponse200568ResultData
 - InlineResponse200568ResultDataInstances
 - InlineResponse200569
 - InlineResponse200569Result
 - InlineResponse200569ResultData
 - InlineResponse200569ResultDataOffers
 - InlineResponse200569ResultDataPackages
 - InlineResponse20057
 - InlineResponse200570
 - InlineResponse200570Result
 - InlineResponse200570ResultData
 - InlineResponse200570ResultDataInstances
 - InlineResponse200571
 - InlineResponse200571Result
 - InlineResponse200572
 - InlineResponse200572Result
 - InlineResponse200572ResultData
 - InlineResponse200573
 - InlineResponse200573Result
 - InlineResponse200573ResultData
 - InlineResponse200573ResultDataItems
 - InlineResponse200574
 - InlineResponse200574Result
 - InlineResponse200575
 - InlineResponse200575Result
 - InlineResponse200575ResultData
 - InlineResponse200576
 - InlineResponse200576Result
 - InlineResponse200577
 - InlineResponse200577Result
 - InlineResponse200577ResultData
 - InlineResponse200578
 - InlineResponse200578Result
 - InlineResponse200578ResultData
 - InlineResponse200579
 - InlineResponse200579Result
 - InlineResponse200579ResultData
 - InlineResponse20057Result
 - InlineResponse20057ResultData
 - InlineResponse20057ResultDataResults
 - InlineResponse20058
 - InlineResponse200580
 - InlineResponse200580Result
 - InlineResponse200580ResultData
 - InlineResponse200581
 - InlineResponse200581Result
 - InlineResponse200581ResultData
 - InlineResponse200582
 - InlineResponse200582Result
 - InlineResponse200582ResultData
 - InlineResponse200583
 - InlineResponse200583Result
 - InlineResponse200583ResultData
 - InlineResponse200584
 - InlineResponse200584Result
 - InlineResponse200584ResultData
 - InlineResponse200585
 - InlineResponse200585Result
 - InlineResponse200585ResultData
 - InlineResponse200586
 - InlineResponse200586Result
 - InlineResponse200586ResultCPGreyList
 - InlineResponse200586ResultData
 - InlineResponse200587
 - InlineResponse200587Result
 - InlineResponse200588
 - InlineResponse200588Result
 - InlineResponse200588ResultDataValueInner
 - InlineResponse200588ResultDataValueInnerOptionsInner
 - InlineResponse20058Result
 - InlineResponse20058ResultData
 - InlineResponse20059
 - InlineResponse20059Result
 - InlineResponse20059ResultData
 - InlineResponse2006
 - InlineResponse20060
 - InlineResponse20060Result
 - InlineResponse20060ResultData
 - InlineResponse20061
 - InlineResponse20061Result
 - InlineResponse20061ResultData
 - InlineResponse20062
 - InlineResponse20062Result
 - InlineResponse20062ResultData
 - InlineResponse20063
 - InlineResponse20063Result
 - InlineResponse20063ResultData
 - InlineResponse20063ResultDataDetailsInner
 - InlineResponse20063ResultDataDetailsInnerOneOf
 - InlineResponse20063ResultDataDetailsInnerOneOf1
 - InlineResponse20063ResultDataDetailsInnerOneOf2
 - InlineResponse20064
 - InlineResponse20064Result
 - InlineResponse20064ResultData
 - InlineResponse20065
 - InlineResponse20065Result
 - InlineResponse20065ResultData
 - InlineResponse20066
 - InlineResponse20066Result
 - InlineResponse20066ResultData
 - InlineResponse20067
 - InlineResponse20067Result
 - InlineResponse20067ResultData
 - InlineResponse20068
 - InlineResponse20069
 - InlineResponse20069Result
 - InlineResponse2006Result
 - InlineResponse2006ResultMetadata
 - InlineResponse2007
 - InlineResponse20070
 - InlineResponse20070Result
 - InlineResponse20071
 - InlineResponse20071Result
 - InlineResponse20071ResultData
 - InlineResponse20072
 - InlineResponse20072Result
 - InlineResponse20072ResultData
 - InlineResponse20073
 - InlineResponse20073Result
 - InlineResponse20073ResultData
 - InlineResponse20074
 - InlineResponse20074Result
 - InlineResponse20074ResultData
 - InlineResponse20074ResultDataActivesync
 - InlineResponse20074ResultDataNoSsl
 - InlineResponse20074ResultDataNoSslCalendars
 - InlineResponse20074ResultDataNoSslContacts
 - InlineResponse20074ResultDataSsl
 - InlineResponse20074ResultDataSslCalendars
 - InlineResponse20074ResultDataSslContacts
 - InlineResponse20075
 - InlineResponse20075Result
 - InlineResponse20075ResultData
 - InlineResponse20076
 - InlineResponse20076Result
 - InlineResponse20076ResultData
 - InlineResponse20077
 - InlineResponse20077Result
 - InlineResponse20077ResultData
 - InlineResponse20078
 - InlineResponse20078Result
 - InlineResponse20078ResultData
 - InlineResponse20079
 - InlineResponse20079Result
 - InlineResponse20079ResultData
 - InlineResponse20079ResultRedirects
 - InlineResponse20079ResultRedirectsSuccess
 - InlineResponse2007Result
 - InlineResponse2007ResultData
 - InlineResponse2008
 - InlineResponse20080
 - InlineResponse20080Result
 - InlineResponse20081
 - InlineResponse20081Result
 - InlineResponse20082
 - InlineResponse20082Result
 - InlineResponse20082ResultData
 - InlineResponse20083
 - InlineResponse20083Result
 - InlineResponse20083ResultData
 - InlineResponse20084
 - InlineResponse20084Result
 - InlineResponse20085
 - InlineResponse20085Result
 - InlineResponse20085ResultData
 - InlineResponse20086
 - InlineResponse20086Result
 - InlineResponse20087
 - InlineResponse20087Result
 - InlineResponse20087ResultData
 - InlineResponse20088
 - InlineResponse20088Result
 - InlineResponse20088ResultData
 - InlineResponse20089
 - InlineResponse20089Result
 - InlineResponse20089ResultData
 - InlineResponse2008Result
 - InlineResponse2008ResultData
 - InlineResponse2009
 - InlineResponse20090
 - InlineResponse20090Result
 - InlineResponse20090ResultData
 - InlineResponse20091
 - InlineResponse20091Result
 - InlineResponse20091ResultData
 - InlineResponse20091ResultDataDisabled
 - InlineResponse20092
 - InlineResponse20092Result
 - InlineResponse20092ResultData
 - InlineResponse20092ResultDataEnabled
 - InlineResponse20092ResultDataEnabledAdditionalProperties
 - InlineResponse20093
 - InlineResponse20093Result
 - InlineResponse20093ResultData
 - InlineResponse20094
 - InlineResponse20094Result
 - InlineResponse20094ResultData
 - InlineResponse20095
 - InlineResponse20095Result
 - InlineResponse20095ResultData
 - InlineResponse20095ResultDataAdditionalProperties
 - InlineResponse20095ResultDataAdditionalPropertiesKeys
 - InlineResponse20095ResultDataAdditionalPropertiesKeysAdditionalProperties
 - InlineResponse20095ResultDataAdditionalPropertiesKeysAdditionalPropertiesDigests
 - InlineResponse20095ResultDataAdditionalPropertiesNsecDetails
 - InlineResponse20096
 - InlineResponse20096Result
 - InlineResponse20096ResultData
 - InlineResponse20097
 - InlineResponse20097Result
 - InlineResponse20097ResultData
 - InlineResponse20098
 - InlineResponse20098Result
 - InlineResponse20098ResultData
 - InlineResponse20099
 - InlineResponse20099Result
 - InlineResponse20099ResultData
 - InlineResponse20099ResultDataDisabled
 - InlineResponse2009Result
 - InlineResponse2009ResultData
 - InlineResponse200Result
 - InlineResponse200ResultMetadata
 - ListOutput
 - LookupServiceAccountSubaccountBase
 - LookupServiceAccountSubaccountMergeCandidates
 - LookupServiceAccountSubaccountMergeCandidatesEmpty
 - LookupServiceAccountSubaccountMergeCandidatesMergeCandidatesInner
 - MainDomainContents
 - MainDomainContentsCustomlog
 - MainDomainContentsIfmodulemodsuphpc
 - MainDomainContentsScriptalias
 - MarketProviderProductMetaData
 - MarketProviderProductMetaDataType
 - Match
 - ModelDate
 - MxHost
 - Opt
 - Part
 - PayloadInner
 - PersonalizationGetBody
 - PersonalizationSetBody
 - Quota
 - ResponseBase
 - ResponseComment
 - ResponseControl
 - ResponseControlOrComment
 - ResponseRR
 - RestoreInProgress
 - RestoreInProgressSites
 - RestoreNotInProgress
 - RestoreNotInProgressLastOutcome
 - SSLMarketProviderProductMetaData
 - SSLMarketProviderProductMetaDataXIdentityVerification
 - SchemasTeamArrayInner
 - Score
 - ScoreAttributes
 - ScoreMaster
 - ScoreMasterAttributes
 - ScoreSubScores
 - ServiceAccount
 - ServiceAccountIssues
 - ServiceAccountServices
 - ServiceAccountServicesEmail
 - ServiceAccountServicesFtp
 - ServiceAccountServicesWebdisk
 - ServiceGroupBackend
 - Services
 - SetExpire
 - Site
 - Site1
 - StatsManagerSaveConfigurationBody
 - StatsManagersaveConfigurationAnalyzers
 - StatsManagersaveConfigurationChanges
 - SubaccountBase
 - SubaccountBaseIssues
 - SubaccountBaseServices
 - SubaccountBaseServicesEmail
 - SubaccountBaseServicesFtp
 - SubaccountBaseServicesWebdisk
 - SubaccountMergeCandidates
 - SubaccountMergeCandidatesEmpty
 - SubaccountMergeCandidatesMergeCandidatesInner
 - TeamArrayInner
 - TeamHash
 - TeamHashUsers
 - TeamHashUsersInfo
 - TraceDeliveryResponseBase
 - TraceDeliveryResponseBounce
 - TraceDeliveryResponseBounceDestinations
 - TraceDeliveryResponseCommand
 - TraceDeliveryResponseCommandDestinations
 - TraceDeliveryResponseDefer
 - TraceDeliveryResponseDeferDestinations
 - TraceDeliveryResponseDiscard
 - TraceDeliveryResponseDiscardDestinations
 - TraceDeliveryResponseError
 - TraceDeliveryResponseErrorDestinations
 - TraceDeliveryResponseLocalDelivery
 - TraceDeliveryResponseLocalDeliveryDestinations
 - TraceDeliveryResponseRemoteDelivery
 - TraceDeliveryResponseRemoteDeliveryDestinations
 - TraceDeliveryType
 - User
 - Val
 
Authentication schemes defined for the API:
- Type: HTTP basic authentication