---
title: "Adding lists"
method: POST
path: "/api/v4/catalogs"
---

# Adding lists

`POST /api/v4/catalogs`

The method allows adding multiple lists

## Headers

- `Content-Type` string

## Request body

- object
  - `RAW_BODY` object[]
    - `name` string, required — List name
    - `type` string — List type. It is `regular` by default.
    - `sort` integer — Sequence number of the list
    - `can_link_multiple` boolean — Defines whether an element of the current list can be linked to several leads.
    - `request_id` string — The field that will be returned unchanged in the response and will not be saved.

## Response `200`

200

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403

---

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