Skip to main content
POST
/
v3
/
10dlc
/
brands
/
{brand_id}
/
vettings
/
appeals
Appeal external vetting
curl --request POST \
  --url https://api.wavix.com/v3/10dlc/brands/{brand_id}/vettings/appeals \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "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"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer token using appid (Authorization: Bearer )

Path Parameters

brand_id
string
required

Brand ID.

Example:

"B6AI7PA"

Body

application/json

Appeal configuration.

Brand external vetting appeal details.

appeal_categories
string[]
required

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

Example:
["VERIFY_TAX_ID"]
evidence
string[]
required

List of evidence IDs associated with the appeal.

Example:
["855dff49-c097-4645-3983-08dcb9856232"]
explanation
string

Appeal comment or justification.

Example:

"Find the company incorporation docs attached and please review the Brand Identity status."

evp_id
string

EVP ID.

Example:

"AEGIS"

vetting_id
string

Vetting ID.

Example:

"48c0ffaa-4e51-4d44-3982-08dcb9856232"

Response

Appeal submitted.

success
boolean
required
Example:

true