v10

latestOpenAPI 3.0.3raw.githubusercontent.com2025-11-287137165.5 KB
Authentication
Multi-Factor Authentication

Authenticate with recovery code

Complete authentication using a recovery code after initial password verification. Recovery codes are one-time use.

post/accounts/auth-with-recovery-code

Request body

tokenstring required

MFA token received from password authentication

codestring required

Recovery code

Example request

{
  "token": "mfa_token_abcdef1234567890",
  "code": "ABCD-1234"
}

Response

Authentication successful