Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:7701/api/v1/auth/reset-password \ --header 'Content-Type: application/json' \ --data ' { "token": "a1b2c3d4e5f6...", "password": "newSecret123", "password_confirmation": "newSecret123" } '
{ "message": "Password reset successfully." }
Consumes a one-time reset token and updates the user’s password.
"a1b2c3d4e5f6..."
8
"newSecret123"
Password reset successfully
"Password reset successfully."