Call us toll free @ 888-497-7898

email - getdomainblacklisthistory

Gets the domain blacklist history from the account if monitoring is enabled.


API Call Information
area: email
action: getdomainblacklisthistory

API Arguments
Argument Data Type Required Description
start string No Starting position
limit string No Number of records to return
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=getdomainblacklisthistory&start=0&limit=10

API Result:
XML Response JSON Response
<response>
<records>1</records>
<report>
<domain>test.com</domain>
<domainid>715</domainid>
<active>Yes</active>
<datecreated>October 15, 2011, 04:46:48 pm</datecreated>
<dateremoved>October 21, 2011, 06:42:32 pm</dateremoved>
<removed/>
<blacklist>SURBL multi (Combined SURBL list)</blacklist>
</report>
</response>
{
    "records": "1",
    "report": {
        "domain": "test.com",
        "domainid": "715",
        "active": "Yes",
        "datecreated": "October 15, 2011, 04:46:48 pm",
        "dateremoved": "October 21, 2011, 06:42:32 pm",
        "removed": "",
        "blacklist": "SURBL multi (Combined SURBL list)"
    }
}