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

# Create a contact list

`POST /v1/contact-lists`

## Request body

- CreateContactListRequest
  - `name` string, required — Name of the contact list.

## Response `201`

Contact list created

- ContactListResponse
  - `id` integer — Unique identifier.
  - `name` string — Contact list name.
  - `contact_count` integer — Number of contacts in the list.
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `400` — Validation error

---

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