v1

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

Return cPanel account's features' metadata

This function lists the details of a cPanel account's available feature lists.

get/Features/get_feature_metadata

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": "get_feature_metadata",
  "module": "Features",
  "result": {
    "data": [
      {
        "id": "wordpress_manager",
        "is_plugin": 1,
        "name": "WordPress Manager"
      }
    ],
    "status": 1
  }
}