---
title: "Create Labels"
method: POST
path: "/contacts/labels/my"
---

# Create Labels

`POST /contacts/labels/my`

Creates extra contact labels for the specified account.

## Headers

- `Content-Type` string, required
- `Authorization` string, required

## Request body

- object
  - `name` string, required — The name of label. May only contain alphanumeric characters.
  - `type` string — The type of label (Text, Number)

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/revisions/5cef04e8f7d8/schema)
