latestOpenAPI 3.0.2cPanel License2026-08-106251554.3 MB

3da41671c02c

Packages
Feature Lists

Return current user's available feature lists info

This function lists the details of the authenticated user's available feature lists.

get/get_feature_metadata

Response

HTTP Request was successful.

Example response

{
  "data": {
    "features": [
      {
        "id": "addondomains",
        "name": "Addon Domain Manager"
      }
    ]
  },
  "metadata": {
    "command": "get_feature_metadata",
    "reason": "OK",
    "result": 1,
    "version": 1
  }
}