---
title: "Phone Portability"
method: POST
path: "/phone-mnp"
---

# Phone Portability

`POST /phone-mnp`

## Request body

- object
  - `transaction_id` string, required — The unique identifier of this transaction. Duplicated value are not allowed.
  - `phone_number` string, required — Phone number you want to lookup. The expected format is international, with leading country-code and without zeros or '+' symbol.

## Response `200`

200

- object
  - `is_valid_format` boolean
  - `is_ported` boolean
  - `original_network_name` string
  - `original_network_code` string
  - `current_network_name` string
  - `current_network_code` string
  - `ported_times` integer
  - `first_ported` string
  - `last_ported` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/trustfull/apis/products.md) · [All operations](https://skmtc.dev/trustfull/apis/products/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trustfull/products/revisions/cb4f72972276/schema)
