Skip to main content
GET
/
v1
/
webauthn
/
credentials
List WebAuthn credentials
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"
  }
]

Authorizations

Authorization
string
header
required

Developer API key

Query Parameters

principalId
string
required

The principal ID to list credentials for

Response

200 - application/json

List of credentials

id
string
principalId
string
authenticatorType
string
createdAt
string<date-time>
lastUsedAt
string<date-time>