Skip to main content
POST
Add Users to List

Authorizations

Authorization
string
header
required

Pass as Bearer <API_KEY>. Get API Key from SuprSend dashboard Developers -> API Keys section.

Path Parameters

list_id
string
default:_list_id_
required

Unique string identifier of the list to which user needs to be updated

Body

application/json
distinct_ids
string[]

Array of subscriber_ids, uniquely identifying the subscribers to be added to the list.

Response

201

success
boolean

Indicates whether the operation was successful.

Example:

true

affected_count
integer

Number of subscribers affected by the operation.

Example:

2