Replace List Users
Add Users to Draft List
API to add users in the draft list by passing its version_id returned in Start Sync API response.
POST
Add Users to Draft List
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 string identifier of the list to which user needs to be updated
Unique string identifier of the draft version of the list to which user needs to be updated
Body
application/json
Array of subscriber_ids, uniquely identifying the subscribers to be added to the list.
Previous
Remove Users from Draft ListAPI to remove users from the draft list by passing its `version_id` returned in [Start Sync](/reference/start-sync) API response.
Next
Add Users to Draft List