---
title: "Create Custom List"
method: POST
path: "/value-lists"
tags: ["Custom Lists"]
---

# Create Custom List

`POST /value-lists`

Creates a custom list of values.

## Request body

- CreateValueListBody
  - `name` string, required
  - `itemType` 'string' | 'number', required
  - `isActive` boolean, required
  - `valueListItems` union[]
    - union
      - string
      - number

## Response `200`

OK

- ValueListResponseBody
  - `name` string
  - `alias` string
  - `itemType` 'string' | 'number'
  - `isActive` boolean
  - `valueListItems` union[]
    - union
      - string
      - number

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `409` — Conflict

---

[API](https://skmtc.net/authsignal/apis/call-connect-api.md) · [All operations](https://skmtc.net/authsignal/apis/call-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/authsignal/call-connect-api/versions/5604d744e3ad/schema)
