Verify an unverified list given the list id from the list verify section
| 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 |
| XML Response | JSON Response |
| <response> <success>List now verifying</success> </response> |
{
"success": "List now verifying"
} |