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.
Example response
{
"brand_id": "B9FXYNH",
"campaign_id": "CSJ4TV0",
"numbers": [
{
"number": "17029641104",
"status": "APPROVED"
}
]
}