10DLC
List Brand identity appeals
Returns the identity verification appeals submitted for the 10DLC Brand identified by brand_id.
get/v3/10dlc/brands/{brand_id}/appeals
Path parameters
brand_idstring required
Example:BM20QP9
The unique ID of the 10DLC Brand.
Response
Returns the list of identity verification appeals.
Example response
[
{
"categories": [
"VERIFY_TAX_ID"
],
"created_at": "2024-08-01T14:09:43Z",
"evidence": [],
"explanation": "Dear partner, please review the registration docs",
"outcome": {
"optional_attributes": {},
"feedback": {
"category": []
},
"vetting_status": "VERIFIED"
},
"status": "COMPLETE",
"updated_at": "2024-08-01T18:33:15Z"
}
]