Replace List Users
Start Sync
Creates an empty draft version of the list where you can update users to be replaced without affecting the live version.
POST
Start Sync
Documentation Index
Fetch the complete documentation index at: https://docs.suprsend.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass as Bearer <API_KEY>. Get API Key from SuprSend dashboard Developers -> API Keys section.
Path Parameters
Unique identifier of the list on which the sync needs to start to create a draft version
Response
201
start sync creates a draft version of the list with version_id. Use this version to update users in the draft list.
Previous
Add Users to Draft ListAPI to add users in the draft list by passing its `version_id` returned in [Start Sync](/reference/start-sync) API response.
Next
Start Sync