---
title: "List Credentials"
method: GET
path: "/{tenant_id}/credentials"
tags: ["credentials"]
---

# List Credentials

`GET /{tenant_id}/credentials`

Get a list of webauthn credentials

## Path parameters

- `tenant_id` string, uuid, required

## Query parameters

- `user_id` string
- `page` number
- `per_page` number
- `order` 'asc' | 'desc'

## Headers

- `apiKey` string, required

## Response `200`

Example response

- WebauthnCredential[]
  - `id` string, required
  - `name` string
  - `public_key` string, required
  - `attestation_type` string, required
  - `aaguid` string, uuid, required
  - `last_used_at` string, date-time
  - `created_at` string, date-time, required
  - `transports` string[], required
  - `backup_eligible` boolean, required
  - `backup_state` boolean, required
  - `is_mfa` boolean, required

## Other responses

- `400` — Error Response with detailed information
- `401` — Error Response with detailed information
- `500` — Error Response with detailed information

---

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