Call us toll-free @ 888-497-7898

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 Response

XML Response

<response>
  <success>List now verifying</success>
</response>

JSON Response

{
    "success": "List now verifying"
}