---
title: "POST /phone"
method: POST
path: "/phone"
---

# POST /phone

`POST /phone`

Verifies a phone number and returns carrier and line type information

## Request body

- PhoneVerificationRequest
  - `phone_number` string, required — The phone number to verify

## Response `200`

Phone verification response

- PhoneVerificationResponse
  - `project_id` string — The ID of the project
  - `request_id` string — The ID of the request
  - `phone` object
    - `phone_number` string — The formatted phone number
    - `calling_country_code` string — The country calling code
    - `country_code` string — The country code of the phone number
    - `carrier_name` string — The carrier or service provider name
    - `line_type` string — The type of phone line (mobile, landline, etc.)

## Other responses

- `400` — Invalid phone number

---

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