Authentication
Multi-Factor Authentication
Authenticate with TOTP
Complete authentication using a Time-based One-Time Password (TOTP) after initial password verification.
post/accounts/auth-with-totp
Request body
Example request
{
"token": "mfa_token_abcdef1234567890",
"code": "123456"
}Response
Authentication successful