Skip to main content
GET
/
signers
List Signers
curl --request GET \
  --url https://api.dfns.io/signers \
  --header 'Authorization: Bearer <token>'
{
  "clusters": [
    {
      "clusterId": "<string>",
      "signers": [
        {
          "signerId": "<string>",
          "encryptionKey": "<string>"
        }
      ]
    }
  ]
}

Authentication

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

Required Permissions

Signers:ListSigners: 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

clusters
object[]
required