---
title: "Create Contact List Contact"
method: POST
path: "/contact_list_contact"
tags: ["Contact List Contact"]
---

# Create Contact List Contact

`POST /contact_list_contact`

Create a new contact list contact

## Query parameters

- `select` string

## Request body

- ContactListContact
  - `contact_id` string, uuid — Contact ID
  - `contact_list_id` string, uuid — Contact List ID
  - `organisation_id` string, uuid — Organisation ID

## Response `200`

The updated Contact List Contact object

- ContactListContact
  - `contact_id` string, uuid — Contact ID
  - `contact_list_id` string, uuid — Contact List ID
  - `organisation_id` string, uuid — Organisation ID

## Other responses

- `201` — The Contact List Contact was created
- `204` — No Content

---

[API](https://skmtc.net/getmateo/apis/mateo-api.md) · [All operations](https://skmtc.net/getmateo/apis/mateo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getmateo/mateo-api/versions/96e99eb80199/schema)
