v10

latestOpenAPI 3.0.3raw.githubusercontent.com2025-11-287137165.5 KB
Authentication
Multi-Factor Authentication

Begin passkey authentication

Initiates the WebAuthn passkey authentication flow. Returns a challenge for the client to sign with the user's passkey.

post/accounts/begin-auth-with-passkey

Request body

accountstring

Account name (optional)

emailstring email required

User's email address

Example request

{
  "email": "user@example.com",
  "account": "acme"
}

Response

Passkey authentication challenge