# Reset Password **POST /api/v1/auth/reset-password** Complete the password reset process by setting a new password. This is the final step in the password reset flow and requires a valid confirmed token. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Body: application/json (object) New login credentials for password reset - **email** (string) - **password** (string) ## Responses ### 200 Password reset completed successfully #### Body: application/json (object) - **message** (string) Response message - **success** (boolean) ### 400 Invalid password format or validation errors ### 401 Reset token not confirmed or expired ### 404 User with provided email not found [Powered by Bump.sh](https://bump.sh)