# Confirm Password Reset Token **POST /api/v1/auth/confirm-reset-token** Validate the password reset token received via email. This is the second step in the password reset flow, verifying the token before allowing password change. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Body: application/json (object) Email and reset token for validation - **email** (string) - **token** (string) ## Responses ### 200 Reset token confirmed successfully #### Body: application/json (object) - **message** (string) Response message - **success** (boolean) ### 400 Invalid token format or missing required fields ### 401 Invalid or expired reset token ### 404 User with provided email not found [Powered by Bump.sh](https://bump.sh)