# List registered passkeys

Returns passkey credentials for current selected user

Endpoint: GET /api/v1/passkeys
Version: 1.0
Security: header

## Response 200 fields (application/json):

  - `credentialId` (string, required)

  - `accountId` (string, required)
    UUID with type prefix
    Example: "us_01hxcvk1hjexere4pvtrj0ymqq"

  - `userId` (string, required)
    UUID with type prefix
    Example: "us_01hxcvk1hjexere4pvtrj0ymqq"

  - `publicKeyCose` (string, required)

  - `publicKeyAlg` (integer, required)

  - `aaguid` (string,null, required)

  - `signCount` (integer, required)

## Response 401 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation


