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

version_idstring

start sync creates a draft version of the list with version_id. Use this version to update users in the draft list.

Changes

Changed in 1 of the 7 revisions of this API.1

    • added the pattern ^[a-z0-9_-]+$ to the path request parameter list_id

      request-parameter-pattern-added