---
title: "Add contact to contact list"
method: POST
path: "/contacts/{contactId}/contact-lists"
tags: ["Contacts"]
---

# Add contact to contact list

`POST /contacts/{contactId}/contact-lists`

Adds a contact to a single contact list.

## Path parameters

- `contactId` string, required

## Request body

- PAContactAddContactListDTO
  - `id` string — The unique identifier of the contact list

## Response `200`

OK

- PAContactListDTO
  - `id` string — The unique identifier of the contact list
  - `name` string — The name of the contact list
  - `url` string — The URL of the contact list resource

## Other responses

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

---

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