This function lists a cPanel account's Account Enhancements.
HTTP Request was successful.
apiversion | integer The version of the API. |
func | string The name of the method called. |
module | string The name of the module called. |
object |
uapi --output=jsonpretty \ --user=username \ AccountEnhancements \ list
{- "apiversion": 3,
- "func": "list",
- "module": "AccountEnhancements",
- "result": {
- "data": [
- {
- "id": "sample-enhancement-id",
- "name": "Sample Enhancement"
}
], - "errors": null,
- "messages": null,
- "metadata": {
- "transformed": 1
}, - "status": 1,
- "warnings": null
}
}