GET
/
{tenant_id}
/
credentials
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
  }
]

Headers

apiKey
string
required

Secret API key

Minimum length: 32

Path Parameters

tenant_id
string
required

UUID of the tenant

Required string length: 36

Query Parameters

user_id
string
required

representational id of the user

Response

200
application/json
Example response
id
string
required
public_key
string
required
attestation_type
string
required
aaguid
string
required
Required string length: 36
created_at
string
required
transports
string[]
required
backup_eligible
boolean
default:
false
required
backup_state
boolean
default:
false
required
is_mfa
boolean
default:
false
required
name
string
last_used_at
string