v93

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01218121759.7 KB
Lists

Create subscriber list

Creates a subscriber list for grouping contacts.

post/lists

Request body

namestring required
descriptionstring
isPrivateboolean

Set to true to keep the list internal and omit it from individual controls on the hosted subscriber email preferences/unsubscribe page. Public lists expose their name and description on that page. List privacy does not override a subscriber's global unsubscribe. Defaults to false when omitted.

Response

List created

successboolean

Example response

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