Skip to main content
POST
/
auth
/
login
/
mfa
/
webauthn
Login with WebAuthn MFA
curl --request POST \
  --url https://api.fluxer.app/v1/auth/login/mfa/webauthn \
  --header 'Content-Type: application/json' \
  --data '
{
  "response": {},
  "challenge": "<string>",
  "ticket": "<string>"
}
'
{
  "token": "<string>",
  "user_id": "<string>"
}

Body

application/json
response
object
required

WebAuthn authentication response

challenge
string
required

The challenge string from authentication options

ticket
string
required

The MFA ticket from the login response

Response

Success

token
string
required

Authentication token for API requests

user_id
string
required

ID of the authenticated user