Stytch · Arazzo Workflow
Stytch Password Reset by Email
Version 1.0.0
Start an email password reset, complete it with the token, and read the new session.
View Spec
View on GitHub
AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper ToolsArazzoWorkflows
Provider
Workflows
password-reset-email
Email a reset link, set the new password with the token, and verify the session.
Sends a password reset email, completes the reset by exchanging the emailed token and the new password for a session, then reads the active sessions for the user.
1
startReset
api_password_v1_passwords_email_ResetStart
Start a password reset by emailing the user a reset link, returning the user_id and email_id targeted by the reset.
2
completeReset
api_password_v1_passwords_email_Reset
Complete the password reset by submitting the emailed token and the new password, minting a fresh session in the process.
3
getSession
api_session_v1_Get
Read the active sessions for the user to confirm the reset signed them in.