Note: You are viewing an older version of the documentation. Click here to go the latest versionHomeAPI ReferenceStorefront GraphQL API2.11.7VerifyEmailOtpRequestSchemaInputOpenAIOpen in ChatGPTFynd Platform Versionv2.11.7v2.12.0 - latestv2.11.10v2.11.9v2.11.8v2.11.7input_objectVerifyEmailOtpRequestSchemaInputDescribes the request structure to verify OTP sent to an email address. This API validates the OTP and completes the email verification process.FieldsactionString!RequiredAction context for verification. Allowed values: verify, register, login.emailString!RequiredEmail address to verify.otpString!RequiredOne-time password to verify.register_tokenStringTemporary registration token for the user.Previous« VerifyEmailForgotOtpRequestSchemaInputNextVerifyMobileForgotOtpRequestSchemaInput »