v1

latestOpenAPI 3.0.3AGPL-3.0-or-later2026-07-2687268192.4 KB

Get a list of all WebAuthn credentials for a user

get/users/{id}/webauthn_credentials

Path parameters

idstring uuid required

UUID of the requested object

Response

OK

idstring uuid4 required
namestring

A name that the user choose

public_keystring required

The public key of the credential

attestation_typestring required

The attestation type the credential was registered with

aaguidstring required

The AAGUID of the authenticator the credentials was created on

transportsstring[]

The ways the authenticator is connected

created_atstring date-time required

Time of creation of the credential

last_used_atstring date-time

The time when the credential was last used

backup_eligibleboolean required

Indicates if the credential can be backed up

backup_stateboolean required

Indicates if the credential is backed up

mfa_onlyboolean required

Indicates if the credential can only be used as a MFA credential

Example response

[
  {
    "id": "c339547d-e17d-4ba7-8a1d-b3d5a4d17c1c"
  }
]