Call us toll-free @ 888-497-7898

API Call Information

area: listverify

action: pauseverify

API Arguments

Argument Data Type Required Description
id integer Yes list id of the list to restart

API URL Example

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

API Response

XML Response

<response>
  <success>Job is pausing</success>
</response>

JSON Response

{
    "success": "Job is pausing"
}