---
title: "Reply to the regulatory reviewer"
method: POST
path: "/v1/phone-numbers/{id}/remediate/reply"
tags: ["Phone Numbers"]
---

# Reply to the regulatory reviewer

`POST /v1/phone-numbers/{id}/remediate/reply`

Post a free-text reply (with optional file attachments) to the reviewer
on a number awaiting remediation — for asks the structured form can't
express (e.g. "is this personal or business?"). Attachments are stored by
us and their links are added to the reviewer's comment thread (the
carrier's number order takes no loose files). A reply to a comment-style
ask moves the number back to "in review"; a reply on a formal decline is
supplementary and you must still resubmit the fix. Requires text or at
least one attachment.

## Path parameters

- `id` string, required

## Request body

- object
  - `text` string — The reply message to the reviewer.
  - `attachments` object[] — Files (PDF/JPG/PNG/WEBP, max 10 MB each) whose links are added to the reply.
    - `filename` string, required
    - `base64` string, required — Base64-encoded file bytes.

## Response `200`

Reply posted.

- object
  - `posted` boolean
  - `attachments` integer — Number of attachments uploaded.

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Number not found
- `502` — Couldn't deliver the reply to the reviewer; retry.

---

[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/3c7cf84cec44/schema)
