List the current user's enrolled passkeys
Auth
List the current user's enrolled passkeys
Returns the safe subset of user_passkeys for the authenticated user (omits public_key, counter, last_used_ip).
GET
List the current user's enrolled passkeys
Authorizations
HttpOnly, Secure, SameSite=Lax cookie issued by /v1/auth/sign-in (or the SSO / email-callback flows). The value is an AES-256-GCM-encrypted blob of {access_token, refresh_token, issued_at, auth_method}. Browser clients include this automatically with credentials: "include".
Response
Passkey list.