Forgot Password
Initiate the password reset process by sending a reset token to the user’s email.Authentication
This endpoint does not require authentication.Request Body
User’s email address. A password reset token will be sent to this email if it exists in the system.
Response
Indicates whether the password reset email was sent successfully.
Alias for isSuccess. Indicates whether the operation succeeded.
Error information if the operation failed.
Array of error objects if the operation failed.
Error Responses
Reset Password
Reset the user’s password using the token received via email.Authentication
This endpoint does not require authentication. Use the reset token from the email.Request Body
User’s email address.
Password reset token received via email.
New password for the account. Must meet the following requirements:
- Minimum 8 characters
- At least one uppercase letter
- At least one lowercase letter
- At least one number
- At least one special character
Password confirmation. Must match the newPassword field.
Response
Indicates whether the password reset was successful.
Alias for isSuccess. Indicates whether the operation succeeded.
Error information if the operation failed.
Array of error objects if the operation failed.