viewlist

area listverifyaction viewlistGETread

Gets all the list records from a verified list.

Arguments

ArgumentTypeRequiredDescription
idintegerYeslist id of the verified list
startintegerNoStarting position
limitintegerNoNumber of records to return
exportboolean (1 or 0)Noexports the whole list to a csv file if this is set to 1

Example request

https://api.mailclickconvert.com/api.php
  ?apikey=YOUR_API_KEY
  &area=listverify
  &action=viewlist
  &id=5656
  &export=0

Response

<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>

Need a call that isn't here?

Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.