passkeyLoginOptions
POST
/api/v1/auth/passkey/login/options
const url = 'https://example.com/api/v1/auth/passkey/login/options';const options = {method: 'POST'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://example.com/api/v1/auth/passkey/login/optionsStarts a discoverable, username-free WebAuthn ceremony.
Responses
Section titled “ Responses ”Assertion options and a challenge token
Passkeys are unavailable on this installation