v50

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

Brand status changed

Sends a notification when a 10DLC Brand status is updated.

postWebhookBrandStatusChanged

Payload

brand_idstring required

Unique identifier of the 10DLC Brand.

status'SELF_DECLARED' | 'UNVERIFIED' | 'VERIFIED' | 'VETTED_VERIFIED' | 'REVIEW' | 'SUSPENDED' required

Current verification status of the 10DLC Brand. One of SELF_DECLARED, UNVERIFIED, VERIFIED, VETTED_VERIFIED, REVIEW, or SUSPENDED. SELF_DECLARED means the Brand registered without external verification; UNVERIFIED means verification has not yet succeeded; VERIFIED means the Brand passed standard verification; VETTED_VERIFIED means the Brand also passed third-party vetting; REVIEW means verification is in progress; SUSPENDED means the Brand is blocked from sending.

Example payload

{
  "brand_id": "BX12JH90",
  "status": "VERIFIED"
}

Response

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