Send a one-time password to the user's mobile for verification when resetting a forgotten password.
Arguments
platform
StringID of the application.
sendMobileForgotOtpRequestSchemaInput
SendMobileForgotOtpRequestSchemaInputDescribes the request structure to send OTP on forgot mobile number.
Response
country_code
StringThe country specific prefix for the phone number.
message
StringAdditional information about the operation's result.
mobile
StringThe user's mobile number without the country code.
register_token
StringA token used for completing the registration process.
request_id
StringA random uuid string used to track the OTP send response.
resend_timer
IntThe time in seconds before an OTP can be resent.
resend_token
StringA token used to authorize the resending of an OTP.
success
BooleanWhether the OTP send operation was successful.
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...
Was this section helpful?