---
title: "POST /api/channels"
method: POST
path: "/api/channels"
tags: ["api", "channels"]
---

# POST /api/channels

`POST /api/channels`

Create a Channel

## Request body

- POSTChannelsCreateAChannel
  - `name` string, required
  - `links` object[], required
    - `name` string
    - `target` string
    - `underShop` string
    - `code` string
    - `deletedAt` string, date-time
  - `color` string

## Response `201`

Created

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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