Initiate Login
POST/auth/login-init
Initiate the login sequence for an existing user. Multiple authentication methods are supported.
To initiate login for a new user, use Sign Up. Alternatively, if you'd
like to use login-init
for both new and existing users, use the autoSignup
request body option.
To complete the login flow, use Complete Login.
For more details, see Authentication.
Request
Responses
- 200
- 403
Successful operation
CLIENT_APPLICATION_DOMAIN_NOT_ALLOWED Client application domain not allowed.
ACCOUNT_DOES_NOT_EXIST Unable to log in. Account does not exist.