Initiate passwordless login by Email
GET/identity/v2/auth/login/passwordlesslogin/email
Initiates a Passwordless login process using an Email or Username. This variant is login-only — the identifier must already belong to an existing User, and CAPTCHA is only required when the App configures optional CAPTCHA for this endpoint. Use the POST variant to auto-register an unknown Email with a registration profile.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Success
Bad Request
Status Unauthorized: The request requires User authentication.
Forbidden
Not Found
Internal Server Error - an unexpected error occurred on the server.