---
title: "Submit campaign appeal for manual review"
method: POST
path: "/10dlc/campaign/{campaignId}/appeal"
tags: ["Campaign"]
---

# Submit campaign appeal for manual review

`POST /10dlc/campaign/{campaignId}/appeal`

Submits an appeal for rejected native campaigns in TELNYX_FAILED or MNO_REJECTED status. The appeal is recorded for manual compliance team review and the campaign status is reset to TCR_ACCEPTED. Note: Appeal forwarding is handled manually to allow proper review before incurring upstream charges.

## Path parameters

- `campaignId` string, uuid, required

## Request body

- object
  - `appeal_reason` string, required — Detailed explanation of why the campaign should be reconsidered and what changes have been made to address the rejection reason.

## Response `200`

Appeal recorded successfully. Campaign status updated to TCR_ACCEPTED for manual compliance review.

- object
  - `appealed_at` string, date-time — Timestamp when the appeal was submitted

## Other responses

- `400` — Campaign not in appealable status or invalid request
- `404` — Campaign not found
- `422` — Validation Error
- `4XX` — Generic response error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
