Return Back to API List
API Call Information
area: listverify
action: resumeverify
API Arguments
API Url Example:
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=listverify&action=resumeverify&id=5346534
API Call Result:
listverify - resumeverify
Resumes a list verify job that was paused
API Call Information
area: listverify
action: resumeverify
API Arguments
| Argument | Data Type | Required | Description |
| id | integer | Yes | id of the list verify lists |
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=listverify&action=resumeverify&id=5346534
API Call Result:
| XML Response | JSON Response |
| <response> <success>Job is started</success> </response> |
{
"success": "Job is started"
} |