---
title: "Create new topic"
method: POST
path: "/messages/topics/"
tags: ["Message"]
---

# Create new topic

`POST /messages/topics/`

This endpoint is used to create new topic

## Request body

- object
  - `name` string

## Response `200`

Create new topic successfuly

- CreateTopic
  - `created_at` string
  - `id` string
  - `is_active` string
  - `name` string
  - `updated_at` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/inquirer/apis/mobile-middleware.md) · [All operations](https://skmtc.net/inquirer/apis/mobile-middleware/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inquirer/mobile-middleware/revisions/b0608768680f/schema)
