cURL
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" } ]
Returns a list of WebAuthn credentials assigned to the current user.
A list of WebAuthn credentials assigned to the current user
A list of WebAuthn credentials
Was this page helpful?