---
title: "Create new list"
method: POST
path: "/api/v1/contacts/lists"
tags: ["Lists"]
---

# Create new list

`POST /api/v1/contacts/lists`

This API endpoint creates a new contact list

## Request body

- CreateListDto
  - `name` string, required

## Response `201`

Entity created

- ListModel
  - `name` string, required
  - `dynamic` boolean, required
  - `deleted` boolean, required
  - `workspaceId` number, required
  - `owner` string, required
  - `lastAddedContactAt` string, required
  - `listId` number, required

## Other responses

- `400` — Bad model
- `401` — Unauthorized user

---

[API](https://skmtc.net/getprospect/apis/calls.md) · [All operations](https://skmtc.net/getprospect/apis/calls/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getprospect/calls/revisions/5211a12644da/schema)
