mutation

sendOTPOnEmail

Send a one-time password to the user's email for verification.
Arguments
platform
String
ID of the application.
sendEmailOtpRequestSchemaInput
SendEmailOtpRequestSchemaInput
Describes the request structure to send OTP to email.
Response
success
Boolean
Whether the OTP send operation was successful.
resend_email_token
String
A token used to authorize the resending of an OTP via email.
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...