---
title: "Appeal a 10DLC Brand identity verification"
method: POST
path: "/v3/10dlc/brands/{brand_id}/appeals"
tags: ["10DLC"]
---

# Appeal a 10DLC Brand identity verification

`POST /v3/10dlc/brands/{brand_id}/appeals`

Submits an appeal for 10DLC brand identity verification. Provide any additional documentation to support the appeal. Use `appeal_category` to specify the appeal type:
- `VERIFY_TAX_ID` — Use if the brand is UNVERIFIED due to a tax ID mismatch. Applies to private companies, public companies, non-profits, and government entities.
- `VERIFY_NON_PROFIT` — Use if a non-profit brand is UNVERIFIED or VERIFIED but missing tax-exempt status.
- `VERIFY_GOVERNMENT` — Use if a government brand is UNVERIFIED or VERIFIED but missing government entity status.

## Path parameters

- `brand_id` string, required

## Request body

- object — The appeal request
  - `appeal_categories` string[], required — List of appeal categories. Allowed values: `VERIFY_TAX_ID`, `VERIFY_NON_PROFIT`, `VERIFY_GOVERNMENT`
  - `evidence` string[], required — List of evidence IDs associated with the appeal.
  - `explanation` string — Appeal comment or justification.

## Response `200`

Returns the submitted appeal.

- object
  - `success` boolean, required — Indicates whether the request was successful.

## Other responses

- `400` — Returns a validation error when a field value is invalid.
- `404` — Returns when the requested 10DLC resource does not exist.
- `422` — Validation error

---

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