cURL
curl --request POST \ --url https://api.quiva.ai/accounts/begin-passkey-registration \ --header 'Authorization: Bearer <token>'
{ "data": {} }
Initiates the passkey registration process
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Passkey registration initiated successfully
WebAuthn registration options