curl --request GET \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/webauthn/credentials \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"principalId": "<string>",
"authenticatorType": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"lastUsedAt": "2023-11-07T05:31:56Z"
}
]List all registered FIDO2 credentials for a principal.
curl --request GET \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/webauthn/credentials \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"principalId": "<string>",
"authenticatorType": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"lastUsedAt": "2023-11-07T05:31:56Z"
}
]Developer API key
The principal ID to list credentials for