v50

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-06-16122182589.7 KB
10DLC

Link a number to a 10DLC Campaign

Links a phone number to a 10DLC Campaign. Wavix automatically creates a Sender ID once the number is approved.

post/v3/10dlc/brands/{brand_id}/campaigns/{campaign_id}/numbers/{number}

Path parameters

brand_idstring required
Example:B9FXYNH

The unique ID of the 10DLC Brand.

campaign_idstring required
Example:CSJ4TV0

The unique ID of the 10DLC Campaign.

numberstring required
Example:17029641104

The phone number to link to the Campaign, in E.164 format.

Response

Returns a success confirmation. The phone number is linked to the Campaign.

successboolean required

Indicates whether the request was successful.

Example response

{
  "success": true
}