Get Brand SMS OTP Status
Query the status of an SMS OTP (One-Time Password) for Sole Proprietor brand verification.
This endpoint allows you to check the delivery and verification status of an OTP sent during the Sole Proprietor brand verification process. You can query by either:
- referenceId - The reference ID returned when the OTP was initially triggered
- brandId - Query parameter for portal users to look up OTP status by Brand ID
The response includes delivery status, verification dates, and detailed delivery information.
Path parameters
The reference ID returned when the OTP was initially triggered
Query parameters
Filter by Brand ID for easier lookup in portal applications
Response
Successful Response
Example response
{
"brandId": "B123ABC",
"referenceId": "OTP4B2001",
"mobilePhone": "+11234567890",
"requestDate": "2024-12-03T17:12:33.560000+00:00",
"verifyDate": "2024-12-03T17:12:33.560000+00:00",
"deliveryStatus": "DELIVERED_HANDSET",
"deliveryStatusDate": "2024-12-03T17:12:33.560000+00:00",
"deliveryStatusDetails": "Delivered to handset"
}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.