Call us toll free @
888-497-7898
Demo
About
Contact
Login
Home
Pricing
Why Hypermail?
Email Verification
FAQ
SmartRelay
API & SMTP
Whitelabel
Call us toll free @
888.497.7898
Home
Pricing
Why use HyperMail
Email Verification
SmartRelay
API/SMTP API
Reseller/Whitelabel
Sign Up
About
Contact
Login
listverify - pauseverify
Pause a list verify job
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 Result:
XML Response
JSON Response
<response>
<success>Job is pausing</success>
</response>
{ "success": "Job is pausing" }