otp_verify_email
Verify an email OTP by matching the request ID, email, and code. Returns confirmation of code validity.
Instructions
Verify an OTP code that was sent via Email. :param request_id: The requestId returned from sending the OTP. :param email: The email address the OTP was sent to. :param code: The verification code to verify.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The verification code to verify. | |
| Yes | The email address the OTP was sent to. | ||
| request_id | Yes | The requestId returned from sending the OTP. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||