Lists
Add subscribers to a list
Subscribes additional users to the list, without modifying existing subscriptions. If the list does not exist, it will be automatically created.
POST
/
lists
/
{list_id}
/
subscriptions
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
list_id
string
requiredA unique identifier representing the list you wish to retrieve.
Body
application/json
recipients
object[]
required