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

# List Brand evidence

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

Returns the evidence files uploaded for the 10DLC Brand identified by `brand_id`.

## Path parameters

- `brand_id` string, required

## Response `200`

Returns the list of uploaded evidence files.

- ListBrandEvidenceResponse
  - `items` TenDLCBrandEvidence[], required — List of uploaded evidence files
    - `file_name` string, required — The uploaded file name
    - `mime_type` string, required — The uploaded file media type
    - `url` string, required — An URL to the uploaded file
    - `uuid` string, required — The evidence UUID

## Other responses

- `403` — Returns when the 10DLC feature is disabled for the account.
- `404` — Returns when no 10DLC Brand matches `brand_id`.

---

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