Start Sync
Creates an empty draft version of the list where you can update users to be replaced without affecting the live version.
post/v1/subscriber_list/{list_id}/start_sync/
Path parameters
list_idstring required
Unique identifier of the list on which the sync needs to start to create a draft version
Response
201
Changes
Changed in 1 of the 7 revisions of this API.1
- ▲
added the pattern
^[a-z0-9_-]+$to thepathrequest parameterlist_idrequest-parameter-pattern-added
- ▲