---
title: "Create a new Lead Status"
method: POST
path: "/v2/leadstatus"
tags: ["Lead Status"]
---

# Create a new Lead Status

`POST /v2/leadstatus`

Creates a new Lead Status and returns the created Lead Status.

## Headers

- `Authorization` string, required

## Request body

- CreateLeadStatusV2Dto
  - `name` string, required — The name of the lead status.

## Response `201`

The created Lead Status.

- ResponseLeadStatusV2Dto
  - `name` string — The name of the lead status.

## Other responses

- `400` — Invalid input.
- `401` — Missing or invalid authentication token.

---

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