---
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

## Changes

> 99 revisions in range; 1 not diffed.

- **2026-09-16** `a6a61a29ecdd` — 1 breaking, 1 info
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `4XX`
  - added the optional property `errors/items/meta` to the response with the `4XX` status
- **2026-08-17** `1571b0380bd7` — 1 breaking, 1 warning
  - the `errors/items/code` response's property type changed from `integer` to `string`, and format from `int32` to no format for status `4XX`
  - removed the optional property `errors/items/meta` from the response with the `4XX` status
- **2026-08-04** `8f5f4e537994` — 1 breaking, 1 info
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `4XX`
  - added the optional property `errors/items/meta` to the response with the `4XX` status

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/10dlc/campaign/:campaignId/appeal/post.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/revisions/227c33b1ac9c?raw)
