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 triggeredbrandId- Query parameter for portal users to look up OTP status by Brand ID
The response includes delivery status, verification dates, and detailed delivery information.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The reference ID returned when the OTP was initially triggered
"OTP4B2001"
Query Parameters
Filter by Brand ID for easier lookup in portal applications
"B123ABC"
Response
Successful Response
Status information for an SMS OTP sent during Sole Proprietor brand verification
The Brand ID associated with this OTP request
"B123ABC"
The reference ID for this OTP request, used for status queries
"OTP4B2001"
The mobile phone number where the OTP was sent, in E.164 format
"+11234567890"
The timestamp when the OTP request was initiated
"2024-12-03T17:12:33.560000+00:00"
The current delivery status of the OTP SMS message. Common values include: DELIVERED_HANDSET, PENDING, FAILED, EXPIRED
"DELIVERED_HANDSET"
The timestamp when the OTP was successfully verified (if applicable)
"2024-12-03T17:12:33.560000+00:00"
The timestamp when the delivery status was last updated
"2024-12-03T17:12:33.560000+00:00"
Additional details about the delivery status
"Delivered to handset"