v2
latestOpenAPI 3.1.12026-07-2613060964.2 KBAdd Users to List
API to add users to the list by passing their distinct_ids.
post/v1/subscriber_list/{list_id}/subscriber/add/
Path parameters
list_idstring required
Unique string identifier of the list to which user needs to be updated
Request body
Response
201
Example response
{
"success": true,
"affected_count": 2
}