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.
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
}
}