---
title: "Create tag"
method: POST
path: "/tags"
tags: ["Tags"]
---

# Create tag

`POST /tags`

REQUIRED SCOPES <code>['tags:write']</code><br>Through this API endpoint, you can create and add a new tag label in the repository to the ones that already exist. <br><br>As a result, each user in the system can now narrow down the search among their contacts and individualize messages. <br><br>On creating, up to 15 characters are allowed for each tag label.

## Query parameters

- `label` string, required

## Response `200`

OK

- TagResource — Class TagResource
  - `id` integer
  - `owner_id` integer
  - `organization_id` integer
  - `label` string
  - `name` string
  - `type` string
  - `classname` string

---

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