10DLC
List external vetting appeals
Returns the external vetting appeals for the 10DLC Brand identified by brand_id.
get/v3/10dlc/brands/{brand_id}/vettings/appeals
Path parameters
brand_idstring required
Example:BMQFB7X
The unique ID of the 10DLC Brand.
Response
Returns the list of external vetting appeals.
Example response
[
{
"appeal_outcome": {
"vet_status": "ACTIVE",
"vet_score": 80,
"feedback": {
"reasons": [
"Company size as reported by government or business sources resulted in a score deduction: size range 6-10."
]
}
},
"appeal_status": "COMPLETE",
"appeal_status_update_date": "2024-08-15T08:42:31Z",
"attachment_uuid_list": [],
"brand_id": "BMQFB7X",
"category_list": [
"LOW_SCORE"
],
"create_date": "2024-08-15T08:41:05",
"evp_id": "AEGIS",
"explanation": "This is an API test",
"vetting_class": "STANDARD",
"vetting_id": "48c0ffaa-4e51-4d44-3982-08dcb9856232"
}
]