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

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

Authorization
string
header
required

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
string
required

Unique identifier of a Brand

Example:

"B6AI7PA"

Response

List of uploaded evidence files.

items
TenDlcBrandEvidence · object[]
required

List of uploaded evidence files