---
title: "List External Vettings"
method: GET
path: "/10dlc/brand/{brandId}/externalVetting"
tags: ["Brands"]
---

# List External Vettings

`GET /10dlc/brand/{brandId}/externalVetting`

Get list of valid external vetting record for a given brand

## Path parameters

- `brandId` string, required

## Response `200`

Successful Response

- ExternalVetting[]
  - `evpId` string — External vetting provider ID for the brand.
  - `vettingId` string — Unique ID that identifies a vetting transaction performed by a vetting provider. This ID is provided by the vetting provider at time of vetting.
  - `vettingToken` string — Required by some providers for vetting record confirmation.
  - `vettingScore` integer — Vetting score ranging from 0-100.
  - `vettingClass` string — Identifies the vetting classification.
  - `vettedDate` string — Vetting effective date. This is the date when vetting was completed, or the starting effective date in ISO 8601 format. If this date is missing, then the vetting was not complete or not valid.
  - `createDate` string — Vetting submission date. This is the date when the vetting request is generated in ISO 8601 format.

## Other responses

- `422` — Validation Error
- `4XX` — Generic response error

## Changes

> 99 revisions in range; 1 not diffed.

- **2026-09-16** `a6a61a29ecdd` — 1 breaking, 1 info
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `4XX`
  - added the optional property `errors/items/meta` to the response with the `4XX` status
- **2026-08-17** `1571b0380bd7` — 1 breaking, 1 warning
  - the `errors/items/code` response's property type changed from `integer` to `string`, and format from `int32` to no format for status `4XX`
  - removed the optional property `errors/items/meta` from the response with the `4XX` status
- **2026-08-04** `8f5f4e537994` — 1 breaking, 1 info
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `4XX`
  - added the optional property `errors/items/meta` to the response with the `4XX` status

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/10dlc/brand/:brandId/externalVetting/get.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/revisions/227c33b1ac9c?raw)
