List a 10DLC Brand Identity verification appeals
Returns a list of brand identity verification appeals.
Documentation Index
Fetch the complete documentation index at: https://docs.wavix.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.
Path Parameters
Brand ID.
"BM20QP9"
Response
List of identity verification appeals.
A list of Brand Identity status appeal categories associated with the original request
["VERIFY_TAX_ID"]The date and time the appeal request is created
"2024-08-01T14:09:43Z"
A list of evidence UUIDs to be associated with the appeal
["13d8e00c-3cb4-4dc0-9e26-d5057fa938d9"]The appeal outcome details
The appeal status
"COMPLETED"
The date and time the appeal request is updated
"2024-08-01T14:09:43Z"
The appeal justification
"Dear partner, please review the uploaded company registration docs."
[
{
"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"
}
]