---
title: "Create entity"
method: POST
path: "/crm/v1/entity"
tags: ["entities"]
---

# Create entity

`POST /crm/v1/entity`

Creates a new custom CRM entity type.

## Request body

- Entity
  - `title` string
  - `tableName` string
  - `type` string
  - `sort` integer

## Response `201`

Created

- Entity
  - `title` string
  - `tableName` string
  - `type` string
  - `sort` integer

## Other responses

- `401` — Access token is missing or invalid
- `422` — Validation error response

---

[API](https://skmtc.net/uspacy/apis/crm-service-2.md) · [All operations](https://skmtc.net/uspacy/apis/crm-service-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uspacy/crm-service-2/versions/f80578d43845/schema)
