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

# List Brand identity appeals

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

Returns the identity verification appeals submitted for the 10DLC Brand identified by `brand_id`.

## Path parameters

- `brand_id` string, required

## Response `200`

Returns the list of identity verification appeals.

- TenDLCBrandAppeal[]
  - `categories` string[], required — A list of Brand Identity status appeal categories associated with the original request
  - `created_at` string, date-time, required — The date and time the appeal request is created
  - `evidence` string[], required — A list of evidence UUIDs to be associated with the appeal
  - `outcome` object, required — The appeal outcome details
    - `optional_attributes` object, required — An optional attributes that might be returned from TCR
    - `vetting_status` 'REVIEW' | 'VERIFIED' | 'UNVERIFIED' | 'VETTED_VERIFIED' | 'SUSPENDED', required — Brand Identity Verification appeal outcome
    - `feedback` object, required — Brand Identity Verification appeal feedback, if any
      - `category` TCRFeedbackCategory[], required — The feedback category
        - `id` string, required — The submitted appeal category
        - `display_name` string, required — The display name of the category
        - `description` string, required — The description of the category
        - `fields` string, nullable, required — An array of Brand attributes
        - `errors` TCRErrorMessage[], nullable, required — An array of verification errors, if any
          - `code` string, required — TCR error code
          - `message` string, required — A human-readable error description
  - `status` string, required — The appeal status
  - `updated_at` string, date-time, required — The date and time the appeal request is updated
  - `explanation` string, required — The appeal justification

## Other responses

- `400` — Returns a validation error when a field value is invalid.
- `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)
