# Reset Password **POST /v1/auth/reset-password** Reset user password ## Servers - Development Server: https://api-dev.classmanager.io (Development Server) - Localhost: https://localhost (Localhost) - Local (Valet): https://classmanager.test (Local (Valet)) - Staging Server: https://api-stage.classmanager.io (Staging Server) - Production Server: https://api.classmanager.io (Production Server) ## Parameters ### Body: application/json (object) Reset password request body - **token** (string) Password reset token - **email** (string) User email address - **password** (string) New password ## Responses ### 200 successful operation #### Body: application/json (object) - **user** (object) User schema - **token** (string) Access Token ### 422 Validation error #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception [Powered by Bump.sh](https://bump.sh)