Initiates an email-based login flow by sending a verification code to the provided email address.
The response includes a nonce that must be used when verifying the login, along with timing information for the verification code.
This endpoint always returns 202 Accepted to prevent email enumeration attacks.
Request to initiate an email-based login flow. A verification code will be sent to the provided email address.
The email address to send the verification code to.
Login flow initiated. A verification code has been sent to the email address if it exists in the system.
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.