API Reference

Password Reset

This parameter facilitates a secure and user-friendly password reset process, where users can securely reset their passwords by verifying their identity through the provided OTP and setting a new password for their account.

Request Body
The request should include the following parameters:

ParameterTypeDescription
emailAddressstringThis parameter allows the user to request a new OTP to complete the verification or authentication process.
newPasswordstringThis parameter is used to set the new password for the user's account. After the user has verified their identity through the OTP (One-Time Password) process, they can provide the new desired password for their account.
otpIdentifierstringThis parameter is an identifier of the user's otp session. To get the otpIdentifier, firstly, reset your password; it will return OTP and id, then you will verify the OTP which will return the otpIdentifier
Language
Authorization
Header
Click Try It! to start a request and see the response here!