---
title: "Import Phone Number"
method: POST
path: "/api/v1/phone-numbers/import/"
tags: ["PhoneService"]
---

# Import Phone Number

`POST /api/v1/phone-numbers/import/`

## Request body

- ImportPhoneNumberRequest
  - `phone` string — Phone number to import (E.164 format)
  - `type` string — Type of phone number (e.g. sip, pstn)
  - `name` string — Friendly name for the number
  - `termination_uri` string — SIP termination URI
  - `sip_username` string — SIP username for authentication
  - `sip_password` string — SIP password for authentication

## Response `200`

Successful response

- ImportPhoneNumberResponse
  - `success` boolean
  - `message` string
  - `data` object
    - `id` string
    - `phone` string
    - `type` string
    - `name` string
    - `termination_uri` string
    - `sip_username` string
    - `sip_password` string
    - `status` string
    - `created_at` string

---

[API](https://skmtc.net/ravan/apis/agni-api.md) · [All operations](https://skmtc.net/ravan/apis/agni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ravan/agni-api/versions/48f45dc58534/schema)
