Get FIDO challenge

GET /auth/fido

Get a challenge for FIDO device authentication. It is used for WebAuthn authentication flow.

Query parameters

  • email Required

    User email address

Responses

  • 200

    FIDO challenge generated

  • 400

    FIDO not enabled

GET /auth/fido
curl \
 --request GET 'http://api.example.com/auth/fido' \
 --header "Authorization: $API_KEY"