latestOpenAPI 3.0.2cPanel License2026-08-106251554.3 MB

3da41671c02c

Server Administration
Applications

Return registered applications

This function lists registered AppConfig applications.

get/get_appconfig_application_list

Response

HTTP Request was successful.

Example response

{
  "data": {
    "cpanel": [
      {
        "acls": [
          "any"
        ],
        "displayname": "Roundcube",
        "entryurl": "roundcube/",
        "features": [
          "roundcube"
        ],
        "group": "mailman",
        "icon": "roundcube.ico",
        "name": "roundcube",
        "origin": "clamavconnector.conf",
        "phpConfig": "php.ini",
        "target": "_self",
        "upgradecall": "/usr/local/roundcube/bin/upgrade",
        "url": "/3rdparty/roundcube",
        "user": "roundcube"
      }
    ],
    "webmail": [
      {
        "acls": [
          "any"
        ],
        "displayname": "Roundcube",
        "entryurl": "roundcube/",
        "features": [
          "roundcube"
        ],
        "group": "mailman",
        "icon": "roundcube.ico",
        "name": "roundcube",
        "origin": "clamavconnector.conf",
        "phpConfig": "php.ini",
        "target": "_self",
        "upgradecall": "/usr/local/roundcube/bin/upgrade",
        "url": "/3rdparty/roundcube",
        "user": "roundcube"
      }
    ],
    "whostmgr": [
      {
        "acls": [
          "any"
        ],
        "displayname": "Roundcube",
        "entryurl": "roundcube/",
        "features": [
          "roundcube"
        ],
        "group": "mailman",
        "icon": "roundcube.ico",
        "name": "roundcube",
        "origin": "clamavconnector.conf",
        "phpConfig": "php.ini",
        "target": "_self",
        "upgradecall": "/usr/local/roundcube/bin/upgrade",
        "url": "/3rdparty/roundcube",
        "user": "roundcube"
      }
    ]
  },
  "metadata": {
    "command": "get_appconfig_application_list",
    "reason": "Got application list",
    "result": 1,
    "version": 1
  }
}