# Request password reset **POST /auth/reset-password** Send a password reset token by email to the user. It uses a classic scheme where a token is sent by email. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Body parameters Content-type: application/json - **email** (string(email)) User email address ## Responses ### 200: Reset token sent ### 400: Email not listed in database [Powered by Bump.sh](https://bump.sh)