Brands
Verify Brand SMS OTP
Verify the SMS OTP (One-Time Password) for Sole Proprietor brand verification.
Verification Flow:
- User receives OTP via SMS after triggering
- User submits the OTP pin through this endpoint
- Upon successful verification:
- A BRAND_OTP_VERIFIED webhook event is sent to the CSP
- The brand's identityStatus changes to VERIFIED
- Campaigns can now be created for this brand
Error Handling:
Provides proper error responses for:
- Invalid OTP pins
- Expired OTPs
- OTP verification failures
put/10dlc/brand/{brandId}/smsOtp
Path parameters
brandIdstring required
Example:4b20019b-043a-78f8-0657-b3be3f4b4002
The Brand ID for which to verify the OTP
Request body
Example request
{
"otpPin": "123456"
}Response
OTP verified successfully - No content returned