Skip to main content
GET
/
auth
/
credentials
List Credentials
curl --request GET \
  --url https://api.dfns.io/auth/credentials \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "kind": "Fido2",
      "credentialId": "<string>",
      "credentialUuid": "<string>",
      "dateCreated": "<string>",
      "isActive": true,
      "name": "<string>",
      "publicKey": "<string>",
      "relyingPartyId": "<string>",
      "origin": "<string>"
    }
  ]
}

Authentication

✅ Organization User (CustomerEmployee)
✅ Delegated User (EndUser)
❌ Service Account

Required Permissions

No permission required.

Authorizations

Authorization
string
header
required

Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows

Response

200 - application/json

Success

items
object[]
required
I