Features
cPanel Features
Validate cPanel account's feature access
This function checks whether a cPanel account has access to a feature.
get/Features/has_feature
Query parameters
namestring required
Example:autossl
The feature's name.
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "has_feature",
"module": "Features",
"result": {
"status": 1
}
}