cURL
curl --request GET \ --url https://api.dfns.io/signers \ --header 'Authorization: Bearer <token>'
{ "clusters": [ { "clusterId": "<string>", "signers": [ { "signerId": "<string>", "encryptionKey": "<string>" } ] } ] }
CustomerEmployee
EndUser
Signers:ListSigners
Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows
Success
Show child attributes
Was this page helpful?