Skip to main content
POST
/
auth
/
login
/
mfa
/
webauthn
/
authentication-options
Get WebAuthn MFA options
curl --request POST \
  --url https://api.fluxer.app/v1/auth/login/mfa/webauthn/authentication-options \
  --header 'Content-Type: application/json' \
  --data '
{
  "ticket": "<string>"
}
'
{}

Body

application/json
ticket
string
required

The MFA ticket from the login response

Response

Success

The response is of type object.