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
Example:
["1f496bcd-49da-4839-a02f-7ce681ccb488"]

Query Parameters

user_id
string
required

representational id of the user

Response

200
application/json
Example response

The response is of type object[].