---
title: "Get a list of WebAuthn credentials"
method: GET
path: "/webauthn/credentials"
tags: ["WebAuthn"]
deprecated: true
---

# Get a list of WebAuthn credentials

`GET /webauthn/credentials`

> **Deprecated.**

Returns a list of WebAuthn credentials assigned to the current user.

## Response `200`

A list of WebAuthn credentials assigned to the current user

- WebauthnCredential[] — A list of WebAuthn credentials
  - `aaguid` string, uuid
  - `attestation_type` 'none' | 'packed' | 'tpm' | 'android-key' | 'android-safetynet' | 'fido-u2f' | 'apple'
  - `backup_eligible` boolean
  - `backup_state` boolean
  - `created_at` string, date-time
  - `id` string, uuid
  - `last_used_at` string, date-time
  - `mfa_only` boolean
  - `name` string
  - `public-key` string
  - `transports` string[]

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/hanko/apis/hanko-admin-api.md) · [All operations](https://skmtc.net/hanko/apis/hanko-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hanko/hanko-admin-api/versions/d22a127b0978/schema)
