Call us toll free @ 888-497-7898

listverify - verifylist

Verify an unverified list given the list id from the list verify section


API Call Information
area: listverify
action: verifylist

API Arguments
Argument Data Type Required Description
id integer Yes list id to verify
autocopyemailmarketing boolean either 1 or 0 No Auto copy completed list verification with valid and catchall emails to the email marketing tab
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=listverify&action=verifylist&id=35435

API Result:
XML Response JSON Response
<response>
  <success>List now verifying</success>
</response>
{
    "success": "List now verifying"
}