Wraps the login_or_create via email API endpoint. Call this method to send an email passcode to new or existing users.Documentation Index
Fetch the complete documentation index at: https://stytch.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
The email address of the user to send the one-time passcode to. You may use sandbox@stytch.com to test this endpoint, see Sandbox Values for more detail.
Additional configuration.
Response
The
email_id or phone_id involved in the given authentication.Globally unique UUID that is returned with every API call. This value is important to log for debugging purposes; we
may ask for this value to help identify a specific API call when helping you debug an issue.
The HTTP status code of the response. Stytch follows standard HTTP response status code patterns, e.g. 2XX values
equate to success, 3XX values are redirects, 4XX are client errors, and 5XX are server errors.