---
title: "Get declined requirements"
method: GET
path: "/v1/phone-numbers/{id}/remediate"
tags: ["Phone Numbers"]
---

# Get declined requirements

`GET /v1/phone-numbers/{id}/remediate`

For a number in `regulatory_declined`, returns ONLY the requirements the
reviewer flagged declined, as a form spec (same shape as the KYC form GET).
The customer fixes just those — Telnyx supports correcting a declined
requirement group and re-submitting it (no new number/group). Falls back
to the full spec if the provider exposes no per-requirement flags.

## Path parameters

- `id` string, required

## Response `200`

The declined requirements to fix.

- object
  - `country` string
  - `numberType` string
  - `declineReason` string, nullable
  - `fields` object[] — Same field shape as GET /v1/phone-numbers/kyc.

## Other responses

- `400` — Number is not awaiting remediation
- `401` — Unauthorized
- `404` — Number 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/versions/f81ca70ea6b9/schema)
