Skip to main content

List Membership

Manage the relationship between contacts and lists. These endpoints allow you to add contacts to lists, remove them, and view which contacts belong to a specific list.

Overview

Contacts can belong to multiple lists, enabling you to segment your audience for targeted email campaigns. Each contact-list relationship includes a timestamp indicating when the contact was added to the list.

Endpoints

MethodEndpointDescription
GET/lists/{listUuid}/contactsList contacts in a list
POST/lists/{listUuid}/contactsAdd a contact to a list
DELETE/lists/{listUuid}/contacts/{contactUuid}Remove a contact from a list