v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
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.

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": "has_feature",
  "module": "Features",
  "result": {
    "status": 1
  }
}