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

# Import external vetting

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

Imports an existing external vetting record into the 10DLC Brand identified by `brand_id`.

## Path parameters

- `brand_id` string, required

## Request body

- TenDLCBrandVettingImportRequest
  - `evp_id` string, required — Code identifying the external vetting provider that issued the vetting.
  - `vetting_id` string, required — Unique identifier of the vetting request to import.
  - `vetting_token` string, required — Token issued by the vetting provider that uniquely identifies the vetting result to import.

## Response `200`

Returns the imported external vetting.

- TenDLCBrandVetting — Represents the result of an external vetting performed on a 10DLC brand. Vetting can raise a Brand's trust score and unlock higher messaging throughput.
  - `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.
- `422` — Validation error

---

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