Make a copy of an existing contact list with all its options intact.
Note: This API call can also be found under the requesttype of "Subscribers".
JSON Request Example:
"json_request" element
| Field Name | Description |
| username | Username used to login to Pinpointe |
| usertoken | Unique token assigned to Pinpointe account |
| requesttype | Lists |
| requestmethod | CopyList |
"details" element
| Field Name | Description |
| list (Required) | ID of the database contact list to clone |
| name (Required) | Name for new database contact list |
| ownername (Required) | Name of the owner of new database contact list |
| owneremail (Required) | Email address for the owner of new database contact list |
| replytoemail (Required) | Reply-to email address for new database contact list |
Successful Response:
"response" element
| Field Name | Description |
| status | Will return SUCCESS if list successfully copied |
| data | New copied list's ID |
Unsuccessful Response:
"response" element
| Field Name | Description |
| status | Will return FAILED if unsuccessful |
| errormessage | Text explaining why request failed |