AI-generated Key Takeaways
-
The OTP verification response is encapsulated within a JSON object containing
sendOtpRequestIdandotpfields. -
sendOtpRequestIdis a required field representing the ID generated during the initial OTP send request. -
otpis a required field containing the One-Time Password provided by the user.
Object that encapsulates the OTP verification response.
| JSON representation |
|---|
{ "sendOtpRequestId": string, "otp": string } |
| Fields | |
|---|---|
sendOtpRequestId |
REQUIRED: This is the |
otp |
REQUIRED: This is the OTP the user provided if this call was preceded by a |