---
title: "Creates a new customer list."
method: POST
path: "/api/v2/target-group/customer-list"
tags: ["target-group"]
---

# Creates a new customer list.

`POST /api/v2/target-group/customer-list`

## Query parameters

- `list-name` string, required

## Request body

- string[]

## Response `201`

Created

- OptimoveAPIModelsCreateCustomerListResponse — Response model for creating a customer list in target group.
  - `target-group-id` integer
  - `list-id` string, nullable
  - `list-name` string, nullable
  - `existed-customers` integer
  - `non-existed-customers` string[], nullable

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

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