---
title: "List subscriber lists"
method: GET
path: "/lists"
tags: ["Lists"]
---

# List subscriber lists

`GET /lists`

Lists subscriber lists for the authenticated company.

## Response `200`

Lists returned

- object
  - `success` boolean
  - `lists` 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

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.net/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/versions/af1cf9620482/schema)
