POST /a/config/encryption/list List registered master keys Body Parameters¶ Name Description Type Required All boolean Body Example¶ 1 2 3{ "All": true } Response Example (200)¶ Response Type /definitions/encryptionAdminListKeysResponse 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25{ "Keys": [ { "Content": "string", "CreationDate": 10, "ID": "string", "Info": { "Exports": [ { "By": "string", "Date": 10 } ], "Imports": [ { "By": "string", "Date": 10 } ] }, "Label": "string", "Owner": "string" } ] }