Return available cPAddons

This function lists an account's available cPAddons.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
apiversion
integer

The version of the API.

func
string

The name of the method called.

module
string

The name of the module called.

object
get/cPAddons/get_available_addons
Request samples
uapi --output=jsonpretty \
  --user=username \
  cPAddons \
  get_available_addons
Response samples
application/json
{
  • "apiversion": 3,
  • "func": "get_available_addons",
  • "module": "cPAddons",
  • "result": {
    • "data": [
      • {
        • "description": "WordPress (cPanel)",
        • "module": "cPanel::Blogs::WordPress"
        }
      ],
    • "errors": null,
    • "messages": null,
    • "metadata": {
      • "transformed": 1
      },
    • "status": 1,
    • "warnings": null
    }
}