List passkeys for the authenticated user
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
GET /account/security/passkeys
Operation
Operation ID: listPasskeys
List passkeys for the authenticated user
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Responses
Status | Description | Content Types |
|---|---|---|
200 | A list of passkeys | application/json |
400 | Invalid session or request | application/json |
Schema for response 200 (application/json):
{
"items": {
"$ref": "#/components/schemas/Passkey"
},
"type": "array"
}
Schema for response 400 (application/json):
{
"$ref": "#/components/schemas/Error"
}
17 March 2026