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
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.
Example response
{
"success": true
}