Lists

Create subscriber list

Creates a subscriber list for grouping contacts.

post/lists

Request body

namestring required
descriptionstring
isPrivateboolean

Response

List created

successboolean

Example response

{
  "success": true,
  "list": {
    "id": "list_abc123",
    "name": "Newsletter Subscribers"
  }
}

Changes