πForget Password
1. Get Default Email:
get
Authorizations
AuthorizationstringRequired
Please insert JWT with Bearer into field
Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional
ex: Bearer <Replace Token From Third Step (Select Step)>
Responses
200
Success
400
Bad Request
get
/api/v1/forget/ForgetPasswordInfo/GetDefaultEmail2. Send OTP:
post
Authorizations
AuthorizationstringRequired
Please insert JWT with Bearer into field
Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional
ex: Bearer <Replace Token From Third Step (Select Step)>
Responses
200
Success
400
Bad Request
post
/api/v1/forget/ForgetPasswordInfo/SendEmailOTP3. Validate Email OTP:
post
Authorizations
AuthorizationstringRequired
Please insert JWT with Bearer into field
Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional
ex: Bearer <Replace Token From Third Step (Select Step)>
Body
otpstring | nullableOptional
Responses
200
Success
400
Bad Request
post
/api/v1/forget/ForgetPasswordInfo/ValidateEmailOTP4. Update Password
post
Authorizations
AuthorizationstringRequired
Please insert JWT with Bearer into field
Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional
ex: Bearer <Replace Token From Third Step (Select Step)>
Body
newPasswordstring | nullableOptional
confirmedPasswordstring | nullableOptional
Responses
200
Success
400
Bad Request
post
/api/v1/forget/ForgetPasswordInfo/UpdateLast updated