Skip to main content
GET
/
v3
/
10dlc
/
brands
/
{brand_id}
/
evidence
List a 10DLC Brand appeal evidence
curl --request GET \
  --url https://api.wavix.com/v3/10dlc/brands/{brand_id}/evidence \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "file_name": "file.png",
      "mime_type": "image/png",
      "url": "https://api.qa1.wavix.dev/v3/10dlc/brands/BRGQVL0/evidence/3d8d97b6-61f7-4f91-8c1c-7ef83828e072",
      "uuid": "3d8d97b6-61f7-4f91-8c1c-7ef83828e072"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer token using appid (Authorization: Bearer )

Path Parameters

brand_id
string
required

Unique identifier of a Brand

Example:

"B6AI7PA"

Response

Request successful.

items
10DLCBrandappealevidence · object[]
required

List of uploaded evidence files