Email
Email Filtering
Return cPanel account's email filters total
This function returns the number of email filters for every email address on a cPanel account.
Important:
When you disable the Receive Mail role or the IP Blocker feature, the system disables this function. For more information, read our How to Use Server Profiles documentation.
get/Email/count_filters
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "count_filters",
"module": "Email",
"result": {
"data": 1,
"metadata": {
"transformed": 1
},
"status": 1
}
}