---
title: "Create subscriber list"
method: POST
path: "/lists"
tags: ["Lists"]
---

# Create subscriber list

`POST /lists`

Creates a subscriber list for grouping contacts.

## Request body

- object
  - `name` string, required
  - `description` string
  - `isPrivate` boolean — 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 `200`

List created

- object
  - `success` boolean
  - `list` SubscriberList
    - `id` string
    - `name` string
    - `description` string, nullable
    - `isPrivate` boolean — Whether the list is private. Private lists are omitted from the hosted subscriber email preferences/unsubscribe page and cannot be subscribed to or unsubscribed from individually there. Public lists expose their name and description on that page. List privacy does not override a subscriber's global unsubscribe.
    - `createdAt` string, date-time
    - `subscriberCount` integer — Current list members of any status. Memberships with unsubscribedAt set are excluded.
    - `activeSubscriberCount` integer — Current list members with status=active. May include phone-only contacts without an email address.

## Other responses

- `401` — Unauthorized
- `500` — List could not be created

## Changes

> 121 revisions in range; 89 could not be searched.

- **2026-05-11** `ee7b7111c55b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/lists/post.md)

---

[API](https://skmtc.dev/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.dev/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/revisions/73f826277d9a/schema)
