Trigger Brand SMS OTP
Trigger or re-trigger an SMS OTP (One-Time Password) for Sole Proprietor brand verification.
Important Notes:
- Only allowed for Sole Proprietor (
SOLE_PROPRIETOR) brands - Triggers generation of a one-time password sent to the
mobilePhonenumber in the brand’s profile - Campaigns cannot be created until OTP verification is complete
- US/CA numbers only for real OTPs; mock brands can use non-US/CA numbers for testing
- Returns a
referenceIdthat can be used to check OTP status via the GET/10dlc/brand/smsOtp/{referenceId}endpoint
Use Cases:
- Initial OTP trigger after Sole Proprietor brand creation
- Re-triggering OTP if the user didn’t receive or needs a new code
POST
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The Brand ID for which to trigger the OTP
Example:
"4b20019b-043a-78f8-0657-b3be3f4b4002"
Body
application/json
Request body for triggering a Brand SMS OTP
JavaScript