Auth

Get WebAuthn MFA options

Retrieve WebAuthn challenge and options for multi-factor authentication. Requires the MFA ticket from initial login.

post/auth/login/mfa/webauthn/authentication-options

Request body

ticketstring required

The MFA ticket from the login response

Response

Success

challengestring required
timeoutnumber
rpIdstring
userVerification'discouraged' | 'preferred' | 'required'

Changes