---
title: "Criar lista"
method: POST
path: "/api/v1/lists"
tags: ["Listas"]
---

# Criar lista

`POST /api/v1/lists`

Adicionar um novo arquivo anexo ao lead

## Request body

- CreateUpdateListDto
  - `name` string — Nome da lista
  - `description` string — Descrição da lista

## Response `200`

- CreateUpdateListDto
  - `name` string — Nome da lista
  - `description` string — Descrição da lista

---

[API](https://skmtc.dev/datacrazy/apis/api-crm-datacrazy.md) · [All operations](https://skmtc.dev/datacrazy/apis/api-crm-datacrazy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datacrazy/api-crm-datacrazy/revisions/681f3b1fe7c8/schema)
