cURL
curl --request GET \ --url https://passkeys.hanko.io/{tenant_id}/credentials \ --header 'apiKey: <apikey>'
[ { "id": "<string>", "name": "<string>", "public_key": "<string>", "attestation_type": "<string>", "aaguid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "last_used_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "transports": [ "<string>" ], "backup_eligible": false, "backup_state": false, "is_mfa": false } ]
Get a list of webauthn credentials for a user
Secret API key
32
UUID of the tenant
36
["1f496bcd-49da-4839-a02f-7ce681ccb488"]
representational id of the user
Example response
The response is of type webauthn-credential · object[].
webauthn-credential · object[]
Was this page helpful?