---
title: "listPasskeys"
method: GET
path: "/v2/users/me/passkeys"
tags: ["User V2"]
---

# listPasskeys

`GET /v2/users/me/passkeys`

List all passkeys registered for the authenticated user.

## Response `200`

List of passkeys

- object
  - `passkeys` Passkey[]
    - `credential_id` string — Base64url-encoded credential ID
    - `friendly_name` string
    - `created_at` string, date-time
    - `transports` string[]
    - `aaguid` string

---

[API](https://skmtc.net/epilot/apis/user-api.md) · [All operations](https://skmtc.net/epilot/apis/user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/user-api/revisions/7fae886a3c99/schema)
