v50

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-06-16122182589.7 KB
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.

categoriesstring[] required

A list of Brand Identity status appeal categories associated with the original request

created_atstring date-time required

The date and time the appeal request is created

evidencestring[] required

A list of evidence UUIDs to be associated with the appeal

statusstring required

The appeal status

updated_atstring date-time required

The date and time the appeal request is updated

explanationstring required

The appeal justification

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"
  }
]