---
title: "Create contact list"
method: POST
path: "/contact_lists"
tags: ["Contact Lists"]
---

# Create contact list

`POST /contact_lists`

Create a new contact list in the oldest active workspace that the token has access to. If you need to specify the workspace, we recommend using the [Create team contact list](https://dev.frontapp.com/reference/create-team-contact-list) endpoint instead.

Required scope: `contacts:write`

## Request body

- CreateContactList
  - `name` string, required — Name of the contact list

## Response `204`

No content

---

[API](https://skmtc.net/frontapp/apis/core-api.md) · [All operations](https://skmtc.net/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/frontapp/core-api/revisions/76d1eaa2d0eb/schema)
