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
| Method | Endpoint | Description |
|---|---|---|
| GET | /lists/{listUuid}/contacts | List contacts in a list |
| POST | /lists/{listUuid}/contacts | Add a contact to a list |
| DELETE | /lists/{listUuid}/contacts/{contactUuid} | Remove a contact from a list |