Skip to main content
POST
/
v3
/
10dlc
/
brands
/
{brand_id}
/
campaigns
/
{campaign_id}
/
numbers
/
{number}
Link a number to a 10DLC Campaign
curl --request POST \
  --url https://api.wavix.com/v3/10dlc/brands/{brand_id}/campaigns/{campaign_id}/numbers/{number} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer token using appid (Authorization: Bearer )

Path Parameters

brand_id
string
required

Unique identifier of a Brand

Example:

"B9FXYNH"

campaign_id
string
required

Unique identifier of a Campaign

Example:

"CSJ4TV0"

number
string
required

The phone number to associate with the Campaign

Example:

"17029641104"

Response

Request successful.

success
boolean
required

Indicates a successful request

Example:

true