---
title: "Import Phone Number"
method: POST
path: "/phone_import_admin"
tags: ["phone_import_admin"]
---

# Import Phone Number

`POST /phone_import_admin`

Import an existing phone number for a tenant (LiveKit, DB-only).

## Request body

- ImportPhoneNumberRequest — Request model for importing an existing phone number.
  - `tenant_id` string, uuid, required — Tenant to assign this phone number to
  - `phone_number` string, required — Phone number in E.164 format
  - `telephony_provider` 'telnyx' | 'byo-phone-number', required — Telephony provider for this number
  - `country_code` string, required — ISO 3166-1 alpha-2 country code
  - `voice_agent_id` string, uuid, nullable — Voice agent to assign this number to
  - `name` string, nullable — Display name for this phone number
  - `voice_platform` 'livekit' — Voice platform (LiveKit only)
  - `livekit_inbound_trunk_id` string, nullable — LiveKit inbound SIP trunk ID for this number
  - `livekit_outbound_trunk_id` string, nullable — LiveKit outbound SIP trunk ID for this number

## Response `200`

Successful Response

- ImportPhoneNumberResponse — Response model for imported phone number.
  - `id` string, uuid, required
  - `number` string, required
  - `provider` string, required
  - `status` string, required
  - `external_id` string, required
  - `voice_agent_id` string, uuid, nullable
  - `name` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
