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

# GET /webauthn/credentials/{id}

`GET /webauthn/credentials/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- 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

---

[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)
