---
title: "Appeal external vetting"
method: POST
path: "/v3/10dlc/brands/{brand_id}/vettings/appeals"
tags: ["10DLC"]
---

# Appeal external vetting

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

Submits an appeal for an external vetting of the 10DLC Brand identified by `brand_id`.

## Path parameters

- `brand_id` string, required

## Request body

- TenDLCBrandVettingAppealCreateRequest — Brand external vetting appeal details.
  - `appeal_categories` string[], required — List of appeal categories. Allowed values: `VERIFY_TAX_ID`, `VERIFY_NON_PROFIT`, `VERIFY_GOVERNMENT`, `LOW_SCORE`.
  - `evidence` string[], required — List of evidence IDs associated with the appeal.
  - `explanation` string — Appeal comment or justification.
  - `evp_id` string — EVP ID.
  - `vetting_id` string — Vetting ID.

## Response `200`

Returns the submitted appeal.

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

## Other responses

- `403` — Returns when the 10DLC feature is disabled for the account.
- `404` — Returns when the requested 10DLC resource does not exist.
- `422` — Returns when a `VETTED_VERIFIED` Brand requests the `VERIFY_TAX_ID` appeal category.

---

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