Lists
Subscribe a single user to a list
Audiences
AuthTokens
Brands
Inbound
Lists
Messages
Notifications
Profiles
Tenants
User Preferences
User Tenants
Lists
Subscribe a single user to a list
Subscribe a user to an existing list (note: if the List does not exist, it will be automatically created).
PUT
/
lists
/
{list_id}
/
subscriptions
/
{user_id}
Authorization
string
*
Bearer
Authorization
Required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
list_id
string
*
list_id
Required
string
A unique identifier representing the list you wish to retrieve.
user_id
string
*
user_id
Required
string
A unique identifier representing the recipient associated with the list
object
*
preferences
object
preferences
object
categories
object
categories
object
notifications
object
notifications
object
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A unique identifier representing the list you wish to retrieve.
A unique identifier representing the recipient associated with the list
Body
application/json
Available options:
OPTED_IN
, OPTED_OUT
, REQUIRED
Available options:
OPTED_IN
, OPTED_OUT
, REQUIRED