---
title: "Create channel"
method: POST
path: "/v2/chats"
tags: ["Chat"]
---

# Create channel

`POST /v2/chats`

Create a chat channel between two users.

## Request body

- object
  - `participants` string[], required

## Response `201`

Created Channel

- object
  - `id` string — Channel id.
  - `participants` string[]

## Other responses

- `401` — Unauthorized
- `422` — Unprocessable Content
- `429` — Too Many request

---

[API](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis.md) · [All operations](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kaleyra/kaleyra-io-sms-apis/versions/d9b785884d03/schema)
