---
title: "Add contacts to list"
method: POST
path: "/api/v1/contacts/lists/{list}/add"
tags: ["Lists"]
---

# Add contacts to list

`POST /api/v1/contacts/lists/{list}/add`

This API endpoint adds contacts to the contact list.

## Path parameters

- `list` string, required

## Request body

- AddContactsDto
  - `contactsIds` string[]

## Response `201`

Entity created

## Other responses

- `400` — Bad model
- `401` — Unauthorized user

---

[API](https://skmtc.dev/getprospect/apis/calls.md) · [All operations](https://skmtc.dev/getprospect/apis/calls/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getprospect/calls/revisions/5211a12644da/schema)
