---
title: "Import phone numbers into a project"
method: POST
path: "/v1/agents/{agentId}/telephony/phone-numbers"
tags: ["Phone Numbers"]
---

# Import phone numbers into a project

`POST /v1/agents/{agentId}/telephony/phone-numbers`

## Request body

- ImportPhoneNumbersBody — A batch of phone numbers to import, all sharing the same environment assignment.
  - `phoneNumbers` string[], required — List of phone numbers to import
  - `clientEnv` string — Client environment (sandbox, pre-release, live)

## Response `201`

Successful response

- ImportPhoneNumbersResponse — The set of phone numbers that were imported.
  - `imported` string[], required — List of successfully imported phone numbers

## Other responses

- `400` — Validation error
- `401` — Unauthorized – missing or invalid API key
- `403` — Forbidden – insufficient permissions

---

[API](https://skmtc.net/poly/apis/polyai-agents-api.md) · [All operations](https://skmtc.net/poly/apis/polyai-agents-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/poly/polyai-agents-api/revisions/76f3c606e395/schema)
