# Send Password Reset Token **POST /api/v1/auth/send-reset-token** Initiate password reset process by sending a reset token to the user's email address. This is the first step in the password reset flow. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Body: application/json (object) Email address to send reset token to - **email** (string) ## Responses ### 200 Reset token sent successfully to email #### Body: application/json (object) - **message** (string) Response message - **success** (boolean) ### 400 Invalid email format or validation errors ### 404 User with provided email not found [Powered by Bump.sh](https://bump.sh)