---
title: "Create Number"
method: POST
path: "/numbers"
---

# Create Number

`POST /numbers`

This endpoint creates a new number and associates it with the client.

## Request body

- object
  - `name` string, required — The name used to easily identify the number. Allowed values are between 2 and 255 characters.
  - `status` string, required — The status of the number. Allowed values are active and inactive.
  - `number` string, required — The number being requested for use. This number must come from the available search endpoint, and must still be available.
  - `catchall_sequence_id` integer — The ID of the sequence used to handle catchall messages.

## Response `201`

201

- object
  - `data` object
    - `name` string
    - `number` string
    - `status` string
    - `client_id` integer
    - `id` integer

## Other responses

- `422` — 422

---

[API](https://skmtc.net/seebot/apis/seebottext.md) · [All operations](https://skmtc.net/seebot/apis/seebottext/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seebot/seebottext/versions/5deb98e1d8dd/schema)
