Contactus
Contact Information
Return whether contact option is enabled
This function checks whether the cPanel account can contact their hosting provider from the cPanel interface.
get/Contactus/is_enabled
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "is_enabled",
"module": "Contactus",
"result": {
"data": {
"enabled": 1
},
"status": 1
}
}