loginWithTwoFactor

POST https://{{host}}/api/v1/login

When 2FA is enabled, there are two ways to login. 1. login with twofactor token (with Google Authenticator, etc) 2. login with email/password, SMS the token, and use `/login/twofactor` with the token

Request Body

{"email"=>"{{login_email}}", "password"=>"{{login_password}}", "two_factor"=>"{{login_two_factor}}"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

""