10DLC
List Brand evidence
Returns the evidence files uploaded for the 10DLC Brand identified by brand_id.
get/v3/10dlc/brands/{brand_id}/evidence
Path parameters
brand_idstring required
Example:B6AI7PA
The unique ID of the 10DLC Brand.
Response
Returns the list of uploaded evidence files.
Example response
{
"items": [
{
"file_name": "image.png",
"mime_type": "image/png",
"url": "https://api.wavix.dev/v3/10dlc/brands/B6AI7PA/evidence/191eb205-8357-4d71-b8da-160a25a000d7",
"uuid": "191eb205-8357-4d71-b8da-160a25a000d7"
}
]
}