User Verification related interactions

/reset_password

Values required : User Email

Returns true if the operation is successful and false if there is an error.

Example : https://outcrypt.nfboat.com/reset_password?
[email protected]

/verify_reset_password

Values required : User Email, Verification code

Returns true if the code is valid and false if there is an error or if the code is invalid.

Example : https://outcrypt.nfboat.com/verifyreset_password?
[email protected]&
code=123456

/request_phone_verification

Values required : Phone number

Returns a boolean & Sends a verification code to the user mobile phone

Example : https://outcrypt.nfboat.com/request_phone_verification?
phonenumber=0600000000

/phone_verification_code

Values required : Verification code

Returns a boolean if the phone is successfully verified

Example : https://outcrypt.nfboat.com/phone_verification_code?
phonenumber=0600000000&
code=123456

/email_verification_code

Values required : Verification code

Returns a boolean if the email is successfully verified

Example : https://outcrypt.nfboat.com/email_verification_code?
[email protected]&
code=123456

/request_email_verification

Values required : User Email

Returns a boolean & Sends a verification code to the user email.

Example : https://outcrypt.nfboat.com/request_email_verification?
email=0600000000

Last updated