---
title: "Añadir listas"
method: POST
path: "/api/v4/catalogs"
---

# Añadir listas

`POST /api/v4/catalogs`

El método permite añadir múltiples listas.

## Headers

- `Content-Type` string

## Request body

- object
  - `RAW_BODY` object[]
    - `name` string — Nombre de la lista
    - `type` string — Tipo de lista. Es `regular` por defecto.
    - `sort` integer — Número de secuencia de la lista
    - `can_link_multiple` boolean — Define si un elemento de la lista actual puede vincularse a varios leads.
    - `request_id` string — El campo será retornado sin cambios en la respuesta y no se guardará.

## Response `200`

200

## Other responses

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

---

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