---
title: "List registered credentials for the current user"
method: GET
path: "/v1/webauthn"
tags: ["webauthn"]
---

# List registered credentials for the current user

`GET /v1/webauthn`

## Response `200`

OK

- WebRegisteredCredential[]
  - `credentialId` string, required — Credential id
  - `publicKeyBase64` string, required — The public key we're saving
  - `userHandleBase64` string, required — The user handle - a random 64 bits of data
  - `signatureCount` integer, required — This is used to protect against duplicated key attacks
  - `createdAt` string, required — When was this created

## Other responses

- `400` — bad request
- `401` — not authorized
- `403` — permission denied

---

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