Skip to main content
POST
Upload Brand evidence

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

The unique ID of the 10DLC Brand.

Example:

"B6AI7PA"

Body

multipart/form-data
file
file
required

Evidence file to upload. Maximum size is 10 MB.

Response

Returns the uploaded evidence file.

file_name
string
required

The uploaded file name

Example:

"image.png"

mime_type
string
required

The uploaded file media type

Example:

"image/png"

url
string
required

An URL to the uploaded file

Example:

"https://api.wavix.dev/v3/10dlc/brands/B6AI7PA/evidence/191eb205-8357-4d71-b8da-160a25a000d7"

uuid
string
required

The evidence UUID

Example:

"191eb205-8357-4d71-b8da-160a25a000d7"