Variable | Type | Description |
---|---|---|
list_id | int|string | The ID of the list for which to get the bounced users |
Parameter | Description |
---|---|
string | The unique temporary / secure download URL |
"https:\/\/your-unique-download-url.csv"
Code | Message | Description |
---|---|---|
407 | Missing required param list_id | list_id param is required |
101 | Not allowed for list_id = %s | Invalid access to list_id |
701 | Download not allowed for this account | Download not allowed for this account |
{ "err": true, "message": "Missing required param list_id", "code": 407 }