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

# List external vetting appeals

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

Returns the external vetting appeals for the 10DLC Brand identified by `brand_id`.

## Path parameters

- `brand_id` string, required

## Response `200`

Returns the list of external vetting appeals.

- TenDLCBrandVettingAppeal[]
  - `appeal_outcome` object, required — Outcome of the appeal, including the revised vetting status and score.
    - `vet_status` string, required — Current status of the Brand vetting
    - `vet_score` integer, required — The Brand vetting score
    - `feedback` object, required — The feedback provided by the external vetting provider
      - `reasons` string[], required — An list of human-readable explanations returned by TCR
  - `appeal_status` string, required — Current status of the appeal, such as `PENDING` or `COMPLETE`.
  - `appeal_status_update_date` string, date-time, required — Timestamp when the appeal status was last updated, in ISO 8601 format.
  - `attachment_uuid_list` string[], required — UUIDs of the evidence files submitted in support of the appeal.
  - `brand_id` string, required — Unique identifier of the Brand the appeal is associated with.
  - `category_list` string[], required — Categories that classify the appeal, such as `LOW_SCORE`.
  - `create_date` string, required — Timestamp when the appeal was created, in ISO 8601 format.
  - `explanation` string, required — Justification provided for the appeal.
  - `evp_id` string, required — Code identifying the external vetting provider that handled the appeal.
  - `vetting_class` string, required — Class of the vetting being appealed, such as `STANDARD` or `ENHANCED`.
  - `vetting_id` string, required — Unique identifier of the vetting request being appealed.

## Other responses

- `403` — Returns when the 10DLC feature is disabled for the account.
- `404` — Returns when the requested 10DLC resource does not exist.

---

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