cURL
curl --request POST \ --url https://api.quiva.ai/accounts/reset-password \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]", "token": "abcdef123456", "new_password": "NewSecureP@ssw0rd!" } '
{ "message": "<string>" }
Resets a user’s password
Password reset token
New password.
Requirements:
User email
Current password (required when authenticated)
Password reset successfully