---
title: "A port-in order's pending requirements"
method: GET
path: "/v1/phone-numbers/port-in/{id}/requirements"
tags: ["Phone Numbers"]
---

# A port-in order's pending requirements

`GET /v1/phone-numbers/port-in/{id}/requirements`

The live requirements on an EXISTING porting order: which are filled,
which are still pending, and which bounced on review
(`requirement-info-exception`). Use it to fix and resubmit a rejected
international port. Same field shape as the country-level requirements
endpoint, plus per-requirement status.

## Path parameters

- `id` string, required

## Response `200`

The order's requirements with statuses.

- object
  - `country` string
  - `requirements` object[]
    - `requirementId` string
    - `label` string
    - `kind` 'text' | 'date' | 'address' | 'file' | 'action'
    - `description` string
    - `example` string
    - `acceptableValues` string[]
    - `status` string — requirement-info-pending | requirement-info-under-review | requirement-info-exception | approved
    - `filled` boolean

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Porting order not found

---

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