---
title: "POST /contacts/lists"
method: POST
path: "/contacts/lists"
tags: ["contacts"]
---

# POST /contacts/lists

`POST /contacts/lists`

Create a new contact list

## Request body

- ServerCreateContactListRequest
  - `name` string, required

## Response `200`

OK

- ServerFetchContactListResponse
  - `list` MalakContactList, required
    - `created_at` string
    - `created_by` string
    - `id` string
    - `reference` string
    - `title` string
    - `updated_at` string
    - `workspace_id` string
  - `message` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2025-01-29** `8e387692336b` — 1 info
  - the response property `list` became required for the status `200`
- **2024-11-14** `9eeda9b06388` — 1 breaking
  - the response property `list` became optional for the status `200`

[Change history](https://skmtc.dev/ayinke-llc/apis/malak-s-api-documentation/changes/contacts/lists/post.md)

---

[API](https://skmtc.dev/ayinke-llc/apis/malak-s-api-documentation.md) · [All operations](https://skmtc.dev/ayinke-llc/apis/malak-s-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ayinke-llc/malak-s-api-documentation/revisions/3dff99ea5963/schema)
