Frontend API
cURL
curl --request POST \ --url https://api.wacht.dev/me/passkeys/register/begin \ --header 'Content-Type: application/x-www-form-urlencoded' \ --cookie session_id= \ --data 'name=My iPhone'
{ "options": {} }
Initialize WebAuthn/passkey registration flow
Friendly name for the passkey
"My iPhone"
Registration options generated
WebAuthn credential creation options
Was this page helpful?