List
Lists the authenticated user’s own passkeys, newest first. The list is always the caller’s own; there is no parameter for reading another user’s passkeys. Requires a user session: an API key or an OAuth token is refused, because a passkey confirms the account holder before a sensitive action and no app may enumerate one.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-07-29-1"
Query Parameters
The number of passkeys to return (default 20, max 100).
A cursor; returns passkeys after this position.
The number of passkeys to return from the end of the range.
A cursor; returns passkeys before this position.
The field to sort passkeys by.
created_at Sort direction.
asc, desc 
