v50

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-06-16122182589.7 KB
10DLC

Appeal external vetting

Submits an appeal for an external vetting of the 10DLC Brand identified by brand_id.

post/v3/10dlc/brands/{brand_id}/vettings/appeals

Path parameters

brand_idstring required
Example:B6AI7PA

The unique ID of the 10DLC Brand.

Request body

appeal_categoriesstring[] required

List of appeal categories. Allowed values: VERIFY_TAX_ID, VERIFY_NON_PROFIT, VERIFY_GOVERNMENT, LOW_SCORE.

evidencestring[] required

List of evidence IDs associated with the appeal.

explanationstring

Appeal comment or justification.

evp_idstring

EVP ID.

vetting_idstring

Vetting ID.

Example request

{
  "appeal_categories": [
    "VERIFY_TAX_ID"
  ],
  "evidence": [
    "855dff49-c097-4645-3983-08dcb9856232"
  ],
  "explanation": "Find the company incorporation docs attached and please review the Brand Identity status.",
  "evp_id": "AEGIS",
  "vetting_id": "48c0ffaa-4e51-4d44-3982-08dcb9856232"
}

Response

Returns the submitted appeal.

successboolean required

Indicates whether the request was successful.

Example response

{
  "success": true
}