Skip to main content
GET
/
key-stores
List Key Stores
curl --request GET \
  --url https://api.dfns.io/key-stores \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "<string>",
      "kind": "Hsm",
      "name": "<string>",
      "primary": true
    }
  ]
}

Authentication

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

Required Permissions

KeyStores:Read: Always 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