cURL
curl --request GET \ --url https://api.dfns.io/keys \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "scheme": "DH", "curve": "ed25519", "publicKey": "<string>", "status": "Active", "custodial": true, "dateCreated": "<string>", "masterKey": true, "derivedFrom": { "keyId": "key-01snl-t56gb-j8tsok0vn802p80i", "path": "<string>" }, "name": "<string>", "imported": true, "exported": true, "dateExported": "<string>", "dateDeleted": "<string>" } ], "nextPageToken": "<string>" }
Retrieve all keys registered for your organization.
CustomerEmployee
EndUser
Keys:Read
Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows
1
Success
Show child attributes
Was this page helpful?