---
title: "Create a group"
method: POST
path: "/target/groups"
tags: ["Group"]
---

# Create a group

`POST /target/groups`

Create a group with first 10 000 contacts, the payload can't get more than 10000 keys. To add more contacts, you should use endpoint group/{id}/add as many times as necessary.

## Request body

- object
  - `name` string, required
  - `description` string
  - `source` string
  - `keys` string[]

## Response `201`

group creation is successful.

## Other responses

- `400` — The request validation failed.
- `401` — Authentication failed.
- `403` — Forbidden.

---

[API](https://skmtc.net/splio/apis/splio-customer-platform.md) · [All operations](https://skmtc.net/splio/apis/splio-customer-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/splio/splio-customer-platform/revisions/2ff4735f665c/schema)
