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
Path parameters
The Brand ID for which to verify the OTP
Request body
Example request
{
"otpPin": "123456"
}Response
OTP verified successfully - No content returned
Changes
Changed in 3 of the 99 revisions of this API.312
- ▲
the
//response's property type changed fromstringtointeger, and format from no format toint32for statusresponse-property-type-changed
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
This revision also has 34 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
//response's property type changed fromintegertostring, and format fromint32to no format for statusresponse-property-type-changed
- ●
removed the optional property
//from the response with the statusresponse-optional-property-removed
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
//response's property type changed fromstringtointeger, and format from no format toint32for statusresponse-property-type-changed
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
Of the 99 revisions, 1 has no diff computed.