mutation

verifyEmailForgotOTP

Verify one-time password sent to user's email for resetting a forgotten password.
Arguments
platform
String
ID of the application.
verifyEmailForgotOtpRequestSchemaInput
VerifyEmailForgotOtpRequestSchemaInput
Describes the request structure to verify OTP for forgot email.
Response
forgot_token
String
A token used for resetting the forgotten password.
success
Boolean
Whether the OTP verification was successful.
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...