---
title: "Import External Vetting Record"
method: PUT
path: "/10dlc/brand/{brandId}/externalVetting"
tags: ["Brands"]
---

# Import External Vetting Record

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

This operation can be used to import an external vetting record from a TCR-approved
vetting provider. If the vetting provider confirms validity of the record, it will be
saved with the brand and will be considered for future campaign qualification.

## Path parameters

- `brandId` string, required

## Request body

- ImportExternalVetting
  - `evpId` string, required — External vetting provider ID for the brand.
  - `vettingId` string, required — 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.

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

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/8f5f4e537994/schema)
