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

# Create a tag

`POST /tags`

Create a tag. Tags are used to organize leads, contacts, and accounts into groups.

## Response `200`

OK

- object
  - `tags` Tag[] — Contains the created tag
    - `id` string — The API ID of this entity, formatted {integer}-{entityType}
    - `name` string
    - `href` string
    - `modifiedTime` integer — Unix timestamp
    - `deletedTime` integer — Unix timestamp
    - `tagType` string — The type of entity the tag corresponds to
    - `count` integer — The number of entities with this tag
    - `colorType` string — The color or the tag, returned as a string

---

[API](https://skmtc.dev/nutshell/apis/nutshell-api.md) · [All operations](https://skmtc.dev/nutshell/apis/nutshell-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nutshell/nutshell-api/revisions/14f59cf6a09a/schema)
