Return cPanel account's features

This function lists a cPanel account's features.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
apiversion
integer

The version of the API.

func
string

The name of the method called.

module
string

The name of the module called.

object
get/Features/list_features
Request samples
uapi --output=jsonpretty \
  --user=username \
  Features \
  list_features
Response samples
application/json
{
  • "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
      },
    • "errors": null,
    • "messages": null,
    • "metadata": { },
    • "status": 1,
    • "warnings": null
    }
}