viewlistGets all the list records from a verified list.
| Argument | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | list id of the verified list |
start | integer | No | Starting position |
limit | integer | No | Number of records to return |
export | boolean (1 or 0) | No | exports the whole list to a csv file if this is set to 1 |
https://api.mailclickconvert.com/api.php ?apikey=YOUR_API_KEY &area=listverify &action=viewlist &id=5656 &export=0
<response> <records>2</records> <record> <email><![CDATA[test@test.com]]></email> <emaildomain><![CDATA[acme-corp.com]]></emaildomain> <status><![CDATA[Address does not exist]]></status> <emailhash><![CDATA[52710273028]]></emailhash> <debugreason/> <emailid><![CDATA[1]]></emailid> </record> <record> <email><![CDATA[test@test.com]]></email> <emaildomain><![CDATA[acme-exchange.com]]></emaildomain> <status><![CDATA[Valid Record]]></status> <emailhash><![CDATA[427922067527]]></emailhash> <debugreason/> <emailid><![CDATA[2]]></emailid> </record> </response>
{
"records": "2",
"record": [
{
"email": "test@test.com",
"emaildomain": "acme-corp.com",
"status": "Address does not exist",
"emailhash": "52710273028",
"debugreason": "",
"emailid": "1"
},
{
"email": "test@test.com",
"emaildomain": "acme-exchange.com",
"status": "Valid Record",
"emailhash": "427922067527",
"debugreason": "",
"emailid": "2"
}
]
}deletelistDeletes a list given the list id
getaccountinfoGets list verify package information and total stats for all lists in the account.
getlistsGets a list of all list verify jobs
getliststatusGet list details
pauseverifyPause a list verify job
resumeverifyResumes a list verify job that was paused
Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.