---
title: "[Beta] Create Description Set."
method: POST
path: "/marketing/description-sets"
tags: ["Marketing fields"]
---

# [Beta] Create Description Set.

`POST /marketing/description-sets`

Create a new Description Set.

## Request body

- object
  - `name` string — Name of the Description Set.
  - `listingId` string, required — The id of the Listing.
  - `channels` string[], required — An array containing channels for this Description Set.

## Response `200`

Description Set created.

- object
  - `id` string, required
  - `name` string, required
  - `accountId` string, required
  - `listingId` string, required
  - `channels` string[], required

## Other responses

- `201`
- `403` — Unauthorized Request.
- `404` — Not Found

---

[API](https://skmtc.net/guesty/apis/guesty-open-api.md) · [All operations](https://skmtc.net/guesty/apis/guesty-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guesty/guesty-open-api/versions/7c62644070f2/schema)
