verifyapi_check_code
Verify a user-entered OTP code against a previously sent one using the unique reference ID to confirm identity.
Instructions
Verify an OTP code that was sent to a user. Requires the reference_id from verifyapi_send_otp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | OTP code entered by user | |
| reference_id | Yes | Reference ID from verifyapi_send_otp |