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

# Create Contact List

`POST /contact_list`

Create a new contact list

## Query parameters

- `select` string

## Request body

- ContactList
  - `id` string, uuid — Contact List ID
  - `organisation_id` string, uuid, nullable — Organisation ID
  - `name` string, text — Name of contact list
  - `created_at` string, timestamp with time zone
  - `updated_at` string, timestamp with time zone

## Response `200`

The updated Contact List object

- ContactList
  - `id` string, uuid — Contact List ID
  - `organisation_id` string, uuid, nullable — Organisation ID
  - `name` string, text — Name of contact list
  - `created_at` string, timestamp with time zone
  - `updated_at` string, timestamp with time zone

## Other responses

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

---

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