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>"
}
'{}Documentation Index
Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt
Use this file to discover all available pages before exploring further.
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>"
}
'{}