This endpoint mailsummary
https://hosting-dzt.web.id/whm/api/mailsummary
| Parameter | String |
|---|---|
| server | cloud.example.com |
| userwhm | root |
| passwhm | abcdefg |
https://hosting-dzt.web.id/whm/api/mailsummary?server=cloud.example.com&userwhm=root&passwhm=abcdefg
{
"status": true,
"data": {
"Username": "example",
"Domain": "example.com",
"Owner": "root",
"Fail": 0,
"Defer": 0,
"Total_Email": 100,
"Success": 100,
"In_Progress": 0
}
}