Copy a List
Create an exact duplicate of an existing list, including settings but excluding subscribers. A new unique list UID is returned in the response.
📄 Copy a List
Duplicate an existing subscriber list using its unique ID.
🔹 HTTP Request
🔸 URL Segments
Segment
Required
Description
LIST-UNIQUE-ID
Yes
Unique identifier of the list to copy.
🔐 Authorization Header
Include your customer API key:
💻 PHP Example
📦 Sample JSON Response
📌 This endpoint creates an exact duplicate of the specified list, including its settings, but not its subscribers.
Last updated