v50

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

List Campaign phone numbers

Returns the phone numbers linked to the 10DLC Campaign identified by campaign_id.

get/v3/10dlc/brands/{brand_id}/campaigns/{campaign_id}/numbers

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.

Response

Returns the phone numbers linked to the Campaign.

brand_idstring required

Unique identifier of the 10DLC Brand that owns the Campaign.

campaign_idstring required

Unique identifier of the 10DLC Campaign the numbers belong to.

Example response

{
  "brand_id": "B9FXYNH",
  "campaign_id": "CSJ4TV0",
  "numbers": [
    {
      "number": "17029641104",
      "status": "APPROVED"
    }
  ]
}