Stytch · Arazzo Workflow
Stytch SMS One-Time Passcode Login
Version 1.0.0
Send an SMS one-time passcode and authenticate the code the user enters.
View Spec
View on GitHub
AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper ToolsArazzoWorkflows
Provider
Workflows
sms-otp-login
Send an SMS OTP and authenticate the code to obtain a session.
Dispatches a one-time passcode by SMS to the supplied phone number and exchanges the returned phone_id method and the user-entered code for an authenticated session.
1
sendSmsOtp
api_otp_v1_otp_sms_LoginOrCreate
Send a one-time passcode by SMS to the phone number, creating the user if no account exists, and return the phone_id used to authenticate the code.
2
authenticateOtp
api_otp_v1_Authenticate
Authenticate the one-time passcode using the phone_id as the method_id and the code the user entered to mint a session.