Get a list of the email addresses currently on your blacklist.

Example JSON response:

{
"results": [
{
"added": "2013-03-22T04:51:58Z",
"email": "example2@exampledomain.com"
},
{
"added": "2013-08-11T11:17:09Z",
"email": "example@example.com"
},
....
],
"num_records": 12,
"status": "OK"
}

 

Back to Top