latestOpenAPI 3.0.2cPanel License2026-08-106251554.3 MB

3da41671c02c

Packages
Feature Lists

Return current user's available feature lists

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

Notes:

  • 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_featurelists

Response

HTTP Request was successful.

Example response

{
  "data": {
    "featurelists": [
      "default",
      "disabled",
      "reseller1_test1",
      "reseller1_test2"
    ]
  },
  "metadata": {
    "command": "get_featurelists",
    "reason": "OK",
    "result": 1,
    "version": 1
  }
}