Check if a OTP sent by SMS/Email is correct or if security questions answers are correct

The path parameter (identifier) should be the cell phone number, email or identity used when the OTP was requested to be sent. The code query parameter should be the OTP to check to see if its correct. Query parameters securityQuestionAnswer1, securityQuestionAnswer2, securityQuestionAnswer3, securityQuestionAnswer4, securityQuestionAnswer5 are used to check security questions answers. Response code 200 indicates its code correct. Response code 204 indicates the security questions answers are correct. 400 indicates its incorrect. This API does not need a JWT to be used .

Language
Authorization
Bearer
JWT
URL
Click Try It! to start a request and see the response here!