Call us toll-free @ 888-497-7898

API Call Information

area: listverify

action: resumeverify

API Arguments

Argument Data Type Required Description
id integer Yes id of the list verify lists

API URL Example

https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=listverify&action=resumeverify&id=5346534

API Response

XML Response

<response>
  <success>Job is started</success>
</response>

JSON Response

{
    "success": "Job is started"
}