v10

latestOpenAPI 3.0.3raw.githubusercontent.com2025-11-287137165.5 KB
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

tokenstring required

MFA token received from password authentication

codestring required

6-digit TOTP code from authenticator app

emailstring email

User's email address (optional when authenticated)

Example request

{
  "token": "mfa_token_abcdef1234567890",
  "code": "123456"
}

Response

Authentication successful