Retrieve WebAuthn challenge and options for multi-factor authentication. Requires the MFA ticket from initial login.
curl --request POST \
--url https://api.fluxer.app/v1/auth/login/mfa/webauthn/authentication-options \
--header 'Content-Type: application/json' \
--data '
{
"ticket": "<string>"
}
'{}The MFA ticket from the login response
Success
The response is of type object.
curl --request POST \
--url https://api.fluxer.app/v1/auth/login/mfa/webauthn/authentication-options \
--header 'Content-Type: application/json' \
--data '
{
"ticket": "<string>"
}
'{}