Call us toll free @ 888-497-7898

listverify - getaccountinfo

Gets list verify package information and total stats for all lists in the account.


API Call Information
area: listverify
action: getaccountinfo

API Arguments
Argument Data Type Required Description
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=listverify&action=getaccountinfo

API Result:
XML Response JSON Response
<response>
  <account>
    <billstartdate>December 8, 2019</billstartdate>
    <billenddate>January 7, 2020</billenddate>
    <packagesize>5000000</packagesize>
    <creditsused>4</creditsused>
    <totalrecords>48600506</totalrecords>
    <validrecords>46409331</validrecords>
    <catchall>0</catchall>
    <baddomain>45710</baddomain>
    <badmx>0</badmx>
    <parkingsite>52357</parkingsite>
    <settingsrejected>13333</settingsrejected>
    <suppressedrole>439123</suppressedrole>
    <suppressedglobalbounce>457871</suppressedglobalbounce>
    <suppresseddomain>619836</suppresseddomain>
    <suppresseduser>324</suppresseduser>
    <suppressedspambots>2733</suppressedspambots>
  </account>
</response>
{
    "account": {
        "billstartdate": "December 8, 2019",
        "billenddate": "January 7, 2020",
        "packagesize": "5000000",
        "creditsused": "4",
        "totalrecords": "48600506",
        "validrecords": "46409331",
        "catchall": "0",
        "baddomain": "45710",
        "badmx": "0",
        "parkingsite": "52357",
        "settingsrejected": "13333",
        "suppressedrole": "439123",
        "suppressedglobalbounce": "457871",
        "suppresseddomain": "619836",
        "suppresseduser": "324",
        "suppressedspambots": "2733"
    }
}