Start SMS login
Initiates an SMS-based login flow by sending a verification code to the provided phone number.
The response includes a nonce that must be used when verifying the login, along with timing information.
This endpoint always returns 202 Accepted to prevent enumeration attacks.
Body
Request to initiate an SMS-based login flow. A verification code will be sent to the provided phone number.
The phone number to send the verification code to.
"+15551234567"
Response
Login flow initiated. A verification code has been sent to the phone number if it matches an account.
Response from initiating an email login. Contains the nonce needed for verification and timing information.
Token to reference this authentication request during verification.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Number of seconds until the verification code expires.
300
When the authentication request was created.
When the verification code will expire.