Uploads a list to the account given a url to a list.
| 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. |
| XML Response | JSON Response |
| <response> <importid>29877</importid> <listid>33967</listid> <status>Processing</status> </response> |
{
"importid": "29877",
"listid": "33967",
"status": "Processing"
} |