cURL
curl --request POST \ --url https://api.quiva.ai/accounts/complete-auth-with-passkey \ --header 'Content-Type: application/json' \ --data ' { "credential": "<string>", "account": "<string>", "token": "<string>", "email": "<string>" } '
{ "data": { "refresh_token": "<string>", "auth_token": "<string>", "passkey_enabled": true, "totp_enabled": true } }
Completes the WebAuthn passkey authentication flow by verifying the signed challenge.
WebAuthn credential
Account name
MFA token
User email
Authentication successful
Show child attributes