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:// |
| suppression | boolean either 1 or 0 | No | 1 for is a suppression or 0 for not suppression |
| XML Response | JSON Response |
| <response> <id>1</id> <status>Processing</status> </response> |
{
"id": "1",
"status": "Processing"
} |