Call us toll free @ 888-497-7898

listverify - getliststatus

Get list details


API Call Information
area: listverify
action: getliststatus

API Arguments
Argument Data Type Required Description
id integer Yes an integer containing the list id
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=listverify&action=getliststatus&id=45843

API Result:
XML Response JSON Response
<response>
  <list>
    <id>33966</id>
    <title><![CDATA[test import]]></title>
    <status>List Verified</status>
    <datecreated>December 25, 2019, 08:42:52 pm</datecreated>
    <total>4</total>
    <validrecords>2</validrecords>
    <creditsused>0</creditsused>
    <listverfieddate>December 25, 2019, 08:45:00 pm</listverfieddate>
    <catchall>0</catchall>
    <baddomain>1</baddomain>
    <badmx>0</badmx>
    <parkingsite>0</parkingsite>
    <settingsrejected>0</settingsrejected>
    <suppressedrole>0</suppressedrole>
    <suppressedglobalbounce>0</suppressedglobalbounce>
    <suppresseddomain>0</suppresseddomain>
    <suppresseduser>0</suppresseduser>
    <suppressedspambots>0</suppressedspambots>
    <filesize>6kB</filesize>
    <createdemaillistid>24</createdemaillistid>
  </list>
</response>
{
    "list": {
        "id": "33966",
        "title": "test import",
        "status": "List Verified",
        "datecreated": "December 25, 2019, 08:42:52 pm",
        "total": "4",
        "validrecords": "2",
        "creditsused": "0",
        "listverfieddate": "December 25, 2019, 08:45:00 pm",
        "catchall": "0",
        "baddomain": "1",
        "badmx": "0",
        "parkingsite": "0",
        "settingsrejected": "0",
        "suppressedrole": "0",
        "suppressedglobalbounce": "0",
        "suppresseddomain": "0",
        "suppresseduser": "0",
        "suppressedspambots": "0",
        "filesize": "6kB",
        "createdemaillistid": "24"
    }
}