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

# List external vettings

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

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

## Path parameters

- `brand_id` string, required

## Response `200`

Returns the list of external vettings.

- TenDLCBrandVetting[]
  - `evp_id` string, required — Code identifying the external vetting provider that performed the vetting.
  - `create_date` string, required — Timestamp when the vetting request was created, in ISO 8601 format.
  - `vetting_details` object — Additional provider-specific details about the vetting request.
  - `vetted_date` string, nullable, required — Timestamp when the vetting was completed, in ISO 8601 format. Null while the vetting is still in progress.
  - `vetting_id` string, required — Unique identifier of the vetting request.
  - `vetting_token` string, nullable, required — Token issued by the vetting provider that uniquely identifies this vetting result.
  - `vetting_score` integer, nullable, required — Score assigned to the Brand by the vetting provider. Null until vetting completes.
  - `vetting_class` string, required — Class of vetting performed, such as `STANDARD` or `ENHANCED`.
  - `vetting_status` string, required — Current status of the vetting request, such as `PENDING` or `ACTIVE`.
  - `reasons` string[], nullable, required — Reasons explaining the assigned `vetting_score`. Null when no reasons are provided.

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