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

# Request external vetting

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

Requests external vetting for a 10DLC Brand. Supported providers: `AEGIS`, `CV`, `WMC`. Supported classes: `STANDARD`, `ENHANCED`.

## Path parameters

- `brand_id` string, required

## Request body

- TenDLCBrandVettingCreateRequest
  - `evp_id` string, required — Code identifying the external vetting provider to perform the vetting.
  - `vetting_class` string, required — Class of vetting to request, such as `STANDARD` or `ENHANCED`.

## Response `200`

Returns the requested 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.

---

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