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

# Create a list

`POST /v1/lists`

Creates a new list.

## Request body

- object
  - `name` string, required — The list's display name.
  - `resourceType` string — The type of resource the list holds, e.g. "company".

## Response `201`

A list.

- object
  - `data` List
    - `id` string
    - `name` string
    - `resourceType` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `400` — The request body or parameters are invalid.
- `401` — Missing or invalid API key credentials.

---

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