---
title: "Create client stage"
method: POST
path: "/client-stages"
tags: ["Reference Data"]
---

# Create client stage

`POST /client-stages`

Creates a new client stage. It is added at the end of the stage list.

## Request body

- ClientStageInput
  - `label` string, required — Client stage label

## Response `200`

OK

- ClientStage
  - `id` string, required — Client stage ID
  - `label` string, required — Client stage label
  - `position` number, required — Client stage position

## Other responses

- `400` — Validation error or bad request
- `401` — Missing or invalid API key
- `403` — Insufficient permission
- `404` — Resource not found
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/heffl/apis/heffl-api-v2-beta.md) · [All operations](https://skmtc.net/heffl/apis/heffl-api-v2-beta/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/heffl/heffl-api-v2-beta/versions/27006cfef4d8/schema)
