Reset password using a token from the reset email.
cURL
curl --request POST \ --url https://api.buildwithtrace.com/api/v2/auth/reset-password \ --header 'Content-Type: application/json' \ --data ' { "token": "<string>", "new_password": "<string>" } '
Reset token from email
New password
Password reset successfully
Was this page helpful?