Return Back to API List
API Call Information
area: listverify
action: verifylist
API Arguments
API Url Example:
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=listverify&action=verifylist&id=35435
API Call Result:
listverify - verifylist
Verify an unverified list given the list id from the list verify section
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 |
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=listverify&action=verifylist&id=35435
API Call Result:
| XML Response | JSON Response |
| <response> <success>List now verifying</success> </response> |
{
"success": "List now verifying"
} |