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

# Create a new list

`POST /lists`

Create a new list with input metadata

## Request body

- object
  - `listName` string
  - `isBlacklist` boolean
  - `isWhitelist` boolean
  - `description` string

## Response `201`

Successfully created a list

- object
  - `status_code` number
  - `error` object
  - `timestamp` integer
  - `list_token` string

## Other responses

- `403` — New list not allowed
- `409` — List name exists

---

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