Login
Returns a user token if the given email and password are correct. If the user has multi-factor authentication enabled, this endpoints sends the OTP (one-time password) and returns `{ mfaEnabled: true, mfaMethod: _User's_MFA_Method_ }`. Another request to must be made to /v1/login/mfa/token with the correct OTP.
post/v1/login/token
Request body
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.