---
title: "Create a new list"
method: POST
path: "/api/lists"
tags: ["Contacts"]
---

# Create a new list

`POST /api/lists`

## Request body

- object
  - `name` string, required — Name of the list

## Response `200`

- object
  - `list` object
    - `id` integer
    - `name` string
    - `created_at` string
    - `updated_at` string
    - `shared_with_team` boolean
    - `is_owner` boolean

---

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