Skip to main content
GET
/
keys
List Keys
curl --request GET \
  --url https://api.dfns.io/keys \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "<string>",
      "scheme": "DH",
      "curve": "ed25519",
      "publicKey": "<string>",
      "name": "<string>",
      "status": "Active",
      "custodial": true,
      "dateCreated": "<string>",
      "imported": true,
      "exported": true,
      "dateExported": "<string>",
      "dateDeleted": "<string>"
    }
  ],
  "nextPageToken": "<string>"
}

Authentication

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

Required Permissions

Keys:Read: Always required.

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
string
paginationToken
string
Minimum length: 1
owner
string
Minimum length: 1

Response

200 - application/json

Success

items
object[]
required
nextPageToken
string
I