Skip to main content
WEBHOOK

Body

application/json

Callback payload.

brand_id
string
required

Unique identifier of the 10DLC Brand.

Example:

"BX12JH90"

status
enum<string>
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.

Available options:
SELF_DECLARED,
UNVERIFIED,
VERIFIED,
VETTED_VERIFIED,
REVIEW,
SUSPENDED
Example:

"VERIFIED"

Response

200

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