Return current user's available feature lists info

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

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
object
get/get_feature_metadata
Request samples
whmapi1 --output=jsonpretty \
  get_feature_metadata
Response samples
application/json
{
  • "data": {
    • "features": [
      • {
        • "id": "addondomains",
        • "is_cpaddon": 0,
        • "is_plugin": 0,
        • "name": "Addon Domain Manager"
        }
      ]
    },
  • "metadata": {
    • "command": "get_feature_metadata",
    • "reason": "OK",
    • "result": 1,
    • "version": 1
    }
}