List Credentials

GET /auth/credentials

Lists all credentials for a user.

Required Permissions

The permissions apply to the application only.

NameConditions

Auth:Creds:Read

Always Required

Responses

Success - a list of the user's credentials

{
  "items": [
    {
      "credentialId": "c1QEdgnPLJargwzy3cbYKny4Q18u0hr97unXsF3DiE8",
      "credentialUuid": "cr-34514-nip9c-8bppvgqgj28dbodrc",
      "dateCreated": "2023-01-11T19:05:06.773Z",
      "isActive": true,
      "kind": "Fido2",
      "name": "My Yubikey",
      "publicKey": "SHA256:E2a3ZQEb4...rPqc",
      "relyingPartyId": "dfns.ninja",
      "origin": "https://app.dfns.ninja"
    }
  ]
}

Last updated