10DLC
Upload Brand evidence
Uploads a supporting evidence file for the 10DLC Brand identified by brand_id. Supported formats include .jpg, .png, and .pdf. Maximum size is 10 MB.
post/v3/10dlc/brands/{brand_id}/evidence
Path parameters
brand_idstring required
Example:B6AI7PA
The unique ID of the 10DLC Brand.
Response
Returns the uploaded evidence file.
Example response
{
"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"
}