cURL
curl --request POST \ --url https://api.quiva.ai/accounts/complete-passkey-registration \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "credential": {}, "credential_alias": "<string>" } '
{ "data": { "passkey": { "id": "<string>", "alias": "<string>", "created_on": "<string>" }, "recovery_codes": [ "<string>" ] } }
Completes the passkey registration process
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
WebAuthn credential
User-friendly name for the passkey
Passkey registration completed successfully
Show child attributes