---
title: "Create exclusive number"
method: POST
path: "/exclusive_numbers"
tags: ["CTI"]
---

# Create exclusive number

`POST /exclusive_numbers`

Add a new exclusive number

## Request body

- object
  - `number` string — The telephone number.
  - `enabled` boolean — Enable the exclusive number or not.
  - `description` string — Exclusive number's description.

## Response `200`

OK

- object
  - `id` string — The unique ID of the resource.

## Other responses

- `4XX` — Error

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
