v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
Features
cPanel Features

Return cPanel account's features

This function lists a cPanel account's features.

get/Features/list_features

Response

HTTP Request was successful.

apiversioninteger

The version of the API.

funcstring

The name of the method called.

modulestring

The name of the module called.

Example response

{
  "apiversion": 3,
  "func": "list_features",
  "module": "Features",
  "result": {
    "data": {
      "bbs": 0,
      "blockers": 1,
      "boxtrapper": 1,
      "changemx": 1,
      "chat": 0,
      "defaultaddress": 1,
      "email_disk_usage": 1,
      "emailarchive": 1,
      "emailauth": 1,
      "emaildomainfwd": 1,
      "emailtrace": 1,
      "popaccts": 1,
      "spamassassin": 1,
      "spambox": 1,
      "traceaddy": 1,
      "updatecontact": 1,
      "webmail": 1
    },
    "status": 1
  }
}