Skip to main content

Lists

Lists allow you to organize your contacts into groups for targeted email campaigns. The Lists API allows you to create, retrieve, update, and delete lists.

Overview

Each list has a name and optional description. Contacts can belong to multiple lists simultaneously. Lists can be public (shown in subscription preferences) or private.

Endpoints

MethodEndpointDescription
POST/listsCreate a new list
GET/listsList all lists
GET/lists/{uuid}Get a specific list
PATCH/lists/{uuid}Update a list
DELETE/lists/{uuid}Delete a list

List Object

FieldTypeDescription
uuidstringUnique identifier for the list
namestringList name
descriptionstring|nullPublic description
is_publicbooleanWhether the list is public
contacts_countintegerNumber of contacts in the list
created_atstringISO 8601 timestamp (UTC)
updated_atstringISO 8601 timestamp (UTC)