v50

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

Number status changed

Sends a notification when a phone number status is updated.

postWebhookNumberStatusChanged

Payload

brand_idstring required

10DLC Brand ID.

campaign_idstring required

10DLC Campaign ID.

numberstring required

Phone number associated with a 10DLC Campaign.

status'APPROVED' | 'PENDING' | 'REJECTED' required

Status of the phone number's assignment to the 10DLC Campaign. One of APPROVED (the number is registered to the campaign), PENDING (registration is in progress), or REJECTED (registration was declined).

Example payload

{
  "brand_id": "BX12JH90",
  "campaign_id": "CX34KL56",
  "number": "17029641104",
  "status": "APPROVED"
}

Response

Return a 200 status to indicate that the data was received.