latestOpenAPI 3.0.2cPanel License2026-08-106251554.3 MB

3da41671c02c

Packages
Feature Lists

(Deprecated) Get available feature lists

DEPRECATED: Use get_featurelists instead.

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

Notes:

  • This function is deprecated because it treats a lack of available feature lists as an error for non-admin resellers, which is incorrect behavior.
  • When you call this function with the root account, it returns all feature lists on the server.
  • When you call this function with a reseller account, it only returns feature lists that the account owns.
get/get_available_featurelists

Response

HTTP Request was successful.

Example response

{
  "data": {
    "available_featurelists": [
      "default",
      "disabled",
      "reseller1_test1"
    ]
  },
  "metadata": {
    "command": "get_available_featurelists",
    "reason": "OK",
    "result": 1,
    "version": 1
  }
}