input_object

VerifyEmailOtpRequestSchemaInput

Describes the request structure to verify OTP sent to an email address. This API validates the OTP and completes the email verification process.
Fields
action
String!
Required
Action context for verification. Allowed values: verify, register, login.
email
String!
Required
Email address to verify.
Required
One-time password to verify.
register_token
String
Temporary registration token for the user.