---
title: "Link client contacts to a list"
method: POST
path: "/lists/{id}/client-contacts/_link"
tags: ["Client Contact Lists"]
---

# Link client contacts to a list

`POST /lists/{id}/client-contacts/_link`

Link a set of client contacts to a specific client contact list. Specify client contact IDs to add to the list.

## Path parameters

- `id` string, required

## Request body

- LinkClientContactsToListDto
  - `selection` ClientContactIncludedSelectionDto, required
    - `type` 'included', required
    - `ids` ClientContactIncludedIdsDto, required
      - `include` string[], required

## Response `204`

Client contacts linked to list successfully

## Other responses

- `400` — Bad request - invalid client contact IDs, list size limit exceeded, or bulk action count limit exceeded
- `401` — Unauthorized - invalid or missing authentication
- `404` — Client contact list not found
- `500` — Error response

---

[API](https://skmtc.net/spott/apis/spott-webhooks.md) · [All operations](https://skmtc.net/spott/apis/spott-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spott/spott-webhooks/versions/ad1f8c51cf0a/schema)
