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
}
}