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 {}
TOTP code received via e-mail.
object
oneOf
object {}
Response
200Login successful.
400Login error.
422Validation error.
Shell cURL
shell
Show schema
json