Mail Statistic Summary

This endpoint mailsummary

Endpoint

                    https://www.api.codexhoster.org/api/mailsummary                

Query

Parameter String
server cloud.example.com
userwhm root
passwhm abcdefg

Method

                POST            

Response

{
    "status": "success",
    "code": 200,
    "data": {
        "Username": "example",
        "Domain": "example.com",
        "Owner": "root",
        "Fail": 0,
        "Defer": 0,
        "Total_Email": 100,
        "Success": 100,
        "In_Progress": 0
    }
}