OTP Verification
POST
/authentication/agent/otp/verification
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/authentication/agent/otp/verification' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "tinganjeff90@gmail.com",
"otp_type": "PASSWORD_RESET",
"otp": "080024"
}'
Response Response Example
{
"status": "error",
"message": "Invalid verification attempt"
}
Request
Body Params application/json