Login using OTP code
post/auth/v0.1/login/mfa
Login with a TOTP code: must be called after calling /login tells you MFA is enabled.Request
Body
application/json
emailThe e-mail address of your user account.
string
REQUIRED
passwordThe base64 encoded and encrypted password of your user account.
string
REQUIRED
TOTP code from authenticator app.
object
oneOf
object {}
otpThe TOTP as generated by your authenticator app.
integer
REQUIRED
TOTP code received via e-mail.
object
oneOf
object {}
emailOtpThe TOTP as sent to your e-mail address.
integer
REQUIRED
Response
200Login successful.
400Login error.
422Validation error.
Shell cURL
shellShow schema
json