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

# Create Contact List

`POST /groups`

Create a new contact list

## Request body

- object
  - `company_id` integer, required — Company ID
  - `name` string, required — Name of the contact list

## Response `200`

Contact list created successfully

- object
  - `data` object
    - `id` string
    - `name` string
    - `contact_count` integer
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `422` — Validation error

---

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