---
title: "GET /webauthn/credentials"
method: GET
path: "/webauthn/credentials"
tags: ["WebauthnController"]
---

# GET /webauthn/credentials

`GET /webauthn/credentials`

## Query parameters

- `rpId` string

## Response `200`

Result set of DeviceCredential model instances

- object
  - `paginationToken` string
  - `items` DeviceCredential[]
    - `id` string
    - `createdTime` string
    - `pk` string
    - `sk` string
    - `classifier` string
    - `classifierGroup` string
    - `rpID` string
    - `name` string
    - `credentialPublicKey` string
    - `credentialDeviceType` string
    - `authenticatorAttachment` string
    - `credentialID` string
    - `devicePublicKey` string
    - `counter` number
    - `transports` string[]
    - `clientExtensionResults` AuthenticationExtensionsClientOutputsModel
      - `appid` boolean
      - `credProps` CredentialPropertiesOutputModel
        - `rk` boolean
      - `hmacCreateSecret` boolean
    - `userVerified` boolean
    - `userAgent` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden

---

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