---
title: "Create a new List in a specified Space"
method: POST
path: "/api/v1/createList"
tags: ["List"]
---

# Create a new List in a specified Space

`POST /api/v1/createList`

## Request body

- object
  - `spaceId` string, required — The ID of the space
  - `name` string, required — The name of the list
  - `color` string, required — The color code for the list

## Response `201`

List created successfully

- object
  - `id` string
  - `page` object
    - `name` string
    - `color` string
    - `spaceID` string
    - `sortIndex` integer
    - `createdAt` string, date-time
    - `workflow_type` string

## Other responses

- `400` — Bad Request

---

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