Call us toll-free @ 888-497-7898

API Call Information

area: listverify

action: uploadlistbyurl

API Arguments

Argument Data Type Required Description
url string Yes a string containing the url to list. Must end with .txt, .csv, Url must start with http:// or https://
autoverify boolean either 1 or 0 No if set to 1 will auto verify the list if the account has enough credits.
autocopyemailmarketing boolean either 1 or 0 No copies the list to to email marketing after verified.

API URL Example

https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=listverify&action=uploadlistbyurl&url=https://yoursite.com/mydata.csv

API Response

XML Response

<response>
  <importid>29877</importid>
  <listid>33967</listid>
  <status>Processing</status>
</response>

JSON Response

{
    "importid": "29877",
    "listid": "33967",
    "status": "Processing"
}