GET

https://{tenant_id}.hanko.io

/
webauthn
/
credentials
curl --request GET \
  --url https://{tenant_id}.hanko.io/webauthn/credentials
[
  {
    "id": "5333cc5b-c7c4-48cf-8248-9c184ac72b65",
    "name": "iCloud",
    "public_key": "pQECYyagASFYIBblARCP_at3cmprjzQN1lJ...",
    "aaguid": "adce0002-35bc-c60a-648b-0b25f1f05503",
    "transports": [
      "internal"
    ],
    "created_at": "022-12-06T21:26:06.535106Z"
  }
]

Authorizations

hanko
string
cookierequired

Response

200 - application/json
id
string
required

The ID of the Webauthn credential

name
string

The name of the credential. Can be updated by the user.

public_key
boolean
required

The public key assigned to the credential.

aaguid
boolean
required

The AAGUID of the authenticator.

transports
enum<string>[]
required

Transports which may be used by the authenticator.

Available options:
usb,
nfc,
ble,
internal
last_used_at
string

The time when the credential was used last

created_at
string
required

Time of creation of the credential