---
title: "Create a campaign group"
method: POST
path: "/v1/campaign-groups"
tags: ["Campaign groups"]
---

# Create a campaign group

`POST /v1/campaign-groups`

Create a new campaign group.

## Request body

- CreateGroupRequest
  - `name` string, required — The group name. Cannot be the reserved name "Unsorted".
  - `description` string — An optional description for the group.

## Response `200`

Campaign group created.

- GroupResponse
  - `id` string, required — The ID of the group.
  - `name` string, required — The name of the group.
  - `description` string, required — The description of the group.
  - `createdAt` string, date-time, required — ISO 8601 timestamp for when the group was created.
  - `updatedAt` string, date-time, required — ISO 8601 timestamp for when the group was last updated.

## Other responses

- `400` — Invalid request body or reserved group name.
- `401` — Invalid API key or content API not enabled for this team.
- `405` — Wrong HTTP request method.

---

[API](https://skmtc.net/loops/apis/loops-openapi-spec.md) · [All operations](https://skmtc.net/loops/apis/loops-openapi-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loops/loops-openapi-spec/revisions/9cc087257f0d/schema)
