Lists
Add Contacts to List
Add existing Contacts to specified list. Required Access Level: ModifyContacts
post/lists/{name}/contacts
Path parameters
namestring string required
string
Example:My List 1
Name of your list.
Request body
Example request
{
"Emails": [
"john.doe@sample.com"
]
}Response
OK
Example response
{
"ListName": "My List 1",
"PublicListID": "E33EBA7A-C20D-4D3D-8F2F-5EEF42F58E6F",
"DateAdded": "2001-01-01T12:00:00"
}